We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Required changes for Azure AD:
strictDiscoveryDocumentValidation: false,
issuer: 'https://#.microsoftonline.com/{tenant-id}/v2.0',
api
redirectUri: window.location.origin + '/',
http://localhost:4200/
After the above changes are made, works flawlessly. Thanks for the sample.
The text was updated successfully, but these errors were encountered:
Thanks for the addition! I'll link to your steps in the README. 😊❤️
Sorry, something went wrong.
ad6c33e
Added a link over here.
No branches or pull requests
Required changes for Azure AD:
strictDiscoveryDocumentValidation: false,
to auth-config.ts (Azure uses several domain names)issuer: 'https://#.microsoftonline.com/{tenant-id}/v2.0',
api
from scoperedirectUri: window.location.origin + '/',
, add a SPA redirect URIhttp://localhost:4200/
(without index.html)After the above changes are made, works flawlessly. Thanks for the sample.
The text was updated successfully, but these errors were encountered: