Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding IDP Initiated flow with custom claims, OIDC Login to Entra ID and then signing and encryptiing the final outcome. #625

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

plambrechtsen
Copy link

An B2C Sample with some dependent but it sits along and doesn't have any dependant base poliicy

  • The preferred_username aka the email address of the user in Entra ID
  • Redirect directly to Entra ID to login or SSO for seamless login journey.
  • Pass Entra ID Groups assigned to registered app granting access to B2C to check group membership.
  • Able to support an optional custom claim that could be passed as a query parameter
  • To be signed by a PFX private key that was uploaded as a Policy Key that is trusted by the SP AssertionConsumerService
  • To be encrypted by a Public Key provided by the SP AssertionConsumerService

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants