IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
200 stars 123 forks source link

Option to add per client extra claims to ID Token #357

Closed shaardie closed 3 years ago

shaardie commented 3 years ago

Some OIDC clients expect extra claims in the ID Token without explicitly asking for them using the claims url parameter. This patch adds an option to define in the config per client which extra claims should be added to the ID Token to also work with those clients.

Co-authored-by: blankburian@wwu.de

All Submissions: