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
some oidc providers like for example https://github.com/dexidp/dex produce jwt's with claim fields nested.
For example:
{ "iss": "..." "federated_claims": { "connector_id": "ldap", "user_id": "userid" } }
As far as I can tell this module does not support these claims for e.g. Require jwt-claim or AuthJWTAttributeUsername
Require jwt-claim
AuthJWTAttributeUsername
Would it make sense to add support for these type of claims in this module? E.g. via federated_claims.user_ud
federated_claims.user_ud
The text was updated successfully, but these errors were encountered:
Hello, Yes it would be a great improvement. As I have no time to spend for this, some help would be great. Anthony
Sorry, something went wrong.
No branches or pull requests
some oidc providers like for example https://github.com/dexidp/dex produce jwt's with claim fields nested.
For example:
As far as I can tell this module does not support these claims for e.g.
Require jwt-claim
orAuthJWTAttributeUsername
Would it make sense to add support for these type of claims in this module?
E.g. via
federated_claims.user_ud
The text was updated successfully, but these errors were encountered: