You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: