We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The static OIDC configuration contains scopes which are not supported by EntraID and other identity providers
No
The identity provider is correctly configured for SSO
The Oauth config includes scopes which are not supported and therefore returns error messages
https://github.com/SpecterOps/BloodHound/blob/v6.3.0/cmd/api/src/api/v2/auth/oidc.go#L109
BloodHound: v6.3.0
For our identity provider, only "openid", "profile", "email" are supported.
"openid", "profile", "email"
As per slack thread, EntraID is complaining about the email_verified scope
email_verified
Make the configuration more customisable with the ability to select which scopes are required for the given IdP
N/A
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
The static OIDC configuration contains scopes which are not supported by EntraID and other identity providers
Are you intending to fix this bug?
No
Component(s) Affected:
Steps to Reproduce:
Expected Behavior:
The identity provider is correctly configured for SSO
Actual Behavior:
The Oauth config includes scopes which are not supported and therefore returns error messages
Screenshots/Code Snippets/Sample Files:
https://github.com/SpecterOps/BloodHound/blob/v6.3.0/cmd/api/src/api/v2/auth/oidc.go#L109
Environment Information:
BloodHound: v6.3.0
Additional Information:
For our identity provider, only
"openid", "profile", "email"
are supported.As per slack thread, EntraID is complaining about the
email_verified
scopePotential Solution (optional):
Make the configuration more customisable with the ability to select which scopes are required for the given IdP
Related Issues:
N/A
Contributor Checklist:
The text was updated successfully, but these errors were encountered: