Skip to content

SSO with Azure Entra ID #2031

Answered by tboerger
rbohyra asked this question in Q&A
May 21, 2024 · 4 comments · 5 replies
Discussion options

You must be logged in to vote

Here is a full configuration which is working fine for Entra ID/ Azure AD, it is possible that it also works with lesser URLs, but this way I have been able to properly authenticate:

        "azuread": {
            "icon": "microsoft",
            "display_name": "Sign in with EntraID",
            "client_id": "REDACTED",
            "client_secret": "REDACTED",
            "redirect_url": "http://localhost:3000/api/auth/oidc/azuread/redirect",
            "endpoint": {
                "issuer": "https://login.microsoftonline.com/*tenantid*/v2.0",
                "auth": "https://login.microsoftonline.com/*tenantid*/oauth2/v2.0/authorize",
                "token": "https://login.microso…

Replies: 4 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@fiftin
Comment options

@MarcoDomingosSyone
Comment options

Answer selected by tboerger
Comment options

You must be logged in to vote
1 reply
@m-soltani
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@tboerger
Comment options

@lafayetteduarte
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants