@coa-it/coa-login
v0.3.1
Published
This webcomponent facilitates logging into Azure/Entra AD for City of Auburn web applications.
Downloads
18
Readme
coa-login
This webcomponent facilitates logging into Azure/Entra AD for City of Auburn web applications.
Useage
yarn install --save @coa/coa-login
import 'coa-login' from '@coa/coa-login'
<script type="module" src="https://static.auburnalabama.org/assets/web-components/coa-login/index.js"></script>
Comments
I'm still working out the auth flow but it should be noted there are a number of functions in here leftover from testing which are not utilized, currently.
One remenant is the graph.js file. I discovered that you can either request a token for our web api or a token for graph API but not both.
The auth.js file isn't currently used either. It was a template for the creation of coa-login.js.