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

Add an authentication service for the Microsoft OAuth2 On-Behalf-Of flow #14

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

Conversation

rileybolen
Copy link

This PR adds the config and provider for the Microsoft Azure AD / Entra On-Behalf-Of flow. An authentication service can be created and used in the same way as the existing "Azure Active Directory OAuth" service, but this service will make an additional OAuth token request, to exchange the first access token for a new one, that will allow DreamFactory to call the target API on behalf of the authenticated user.

See the OBO flow documentation here: https://learn.microsoft.com/en-us/entra/identity-platform/v2-oauth2-on-behalf-of-flow

This PR depends on the accompanying PR in the df-oauth repo: dreamfactorysoftware/df-oauth#42

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.

None yet

1 participant