Skip to content
Discussion options

You must be logged in to vote

Few things needed to make it work.

**Entra/AD App registration changes:

  1. Under "Authentication":
    a) Check the following checkboxes under "Implicit grant and hybrid flows":
  • "Access tokens (used for implicit flows)"
  • "ID tokens (used for implicit flows)"
    b) Under "Token configuration" add groups claim:
    "Optional claims" > "Add groups claim" > Select group types to include Access, ID, and SAML tokens - check the following items:
  • "Security groups"
  • "Directory roles"
  • "All groups..."
  • "Groups assigned to the application..."
  1. Under "Manage" --> "Manifest" update and save the following value in JSON manifest - change from "All" to "ApplicationGroup" to prevent groups claim being removed due to MS…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by danny-avila
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants