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

feature request - allow use client_name instead of / in addition to client_id if available #6

Open
lhoekenga opened this issue Jun 26, 2018 · 1 comment

Comments

@lhoekenga
Copy link
Contributor

It would be nice if logging could use the client_name (if it's available in the metadata) instead of / in addition to the client_id,
e.g.
2018-06-26 16:48:53,952 - INFO [org.geant.idpextension.oidc.metadata.impl.AbstractReloadingOIDCEntityResolver:183] - - Parsed entity information for 292085223830.apps.googleusercontent.com
vs
2018-06-26 16:48:53,952 - INFO [org.geant.idpextension.oidc.metadata.impl.AbstractReloadingOIDCEntityResolver:183] - - Parsed entity information for "student app"

client_name is a valid (though optional) metadata element acc'd to https://openid.net/specs/openid-connect-registration-1_0.html

@lhoekenga lhoekenga changed the title feature request - allow use client_name instead of client_id if available feature request - allow use client_name instead of / in addition to client_id if available Jun 26, 2018
@lhoekenga
Copy link
Contributor Author

It would also be nice if client_name were available in the attribute filter policies..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants