JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
456 stars 74 forks source link

feat(jans-auth-server): Return custom client claims in access token payload #342

Open martynaslawinska opened 3 years ago

martynaslawinska commented 3 years ago

Sometimes there is information about a client that would be useful in the access token. This can be accomplished in interception script, but it would be nice if the feature was configurable.

We could add a client attributes, something like customClientATClaims and with a JSON array of the claims.

ossdhaval commented 2 years ago

Tagging @nynymike as the original author