CSCfi / shibboleth-idp-oidc-extension

Apache License 2.0
40 stars 7 forks source link

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

Open lhoekenga opened 6 years ago

lhoekenga commented 6 years ago

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 commented 5 years ago

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