Replies: 1 comment
-
Fixed myself - found issue when debug was enabled :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using config
-e SECURITY_BASIC_ENABLED=true
-e AUTH_TYPE=OAUTH2
-e AUTH_OAUTH2_CLIENT_AZURE_CLIENTID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-e AUTH_OAUTH2_CLIENT_AZURE_CLIENTSECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
-e AUTH_OAUTH2_CLIENT_AZURE_SCOPE=openid
-e AUTH_OAUTH2_CLIENT_AZURE_CLIENTNAME=azure
-e AUTH_OAUTH2_CLIENT_AZURE_PROVIDER=azure
-e AUTH_OAUTH2_CLIENT_AZURE_ISSUERURI=https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/v2.0
-e AUTH_OAUTH2_CLIENT_AZURE_JWKSETURI=https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/discovery/v2.0/keys \
but just getting back

Azure app reg Authentication is setup with Web platform, Access and ID tokens and api permission for MSGraph openid scope
I haven't enabled rbac yet - users are just added directly into the application. Any advise on how to troubleshoot\fix would be gratefully appreciated.
Beta Was this translation helpful? Give feedback.
All reactions