Skip to content
Discussion options

You must be logged in to vote

Was able to solve this issue, adding the steps here for reference:

  • AzureAD App Registration configuration (to be done after following the guide in the documentation)

    1. Under Authentication -> Implicit grant and hybrid flows, check both Access Tokens and ID Tokens
    2. Under Authentication -> Platform configurations, change any existing Web platforms to Single-page application (with Redirect URI set to {OC base URL}/signin-oidc)
    3. Under Expose an API -> Application ID URI, click Set to generate an App ID URI (default value will be api://{client id})
    4. After generating the App ID URI, a default user_impersonation scope will be generated
  • OC configuration

    1. Add the OpenID Validation feature
    2. Use the…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by alexandervelasco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant