ForgeRock / openid

Trying OpenAM's OpenID Connect 1.0 features
22 stars 15 forks source link

Consider adding a `client_name` value for dynamic registration #8

Closed markcraig closed 8 years ago

markcraig commented 8 years ago

When dynamically registering with an OpenID Provider, the client_id is very likely a randomly generated string.

The optional client_name can be provided as a human-readable alternative when requesting end-user consent.

A realistic example of dynamic registration should therefore include a client_name value.

markcraig commented 8 years ago

@forgerock-chris , does this one make sense to you?

forgerock-chris commented 8 years ago

Yep, in fact I've just updated the OpenAM docs to say much the same, otherwise the auto-generated client_id is used in the consent pages.

markcraig commented 8 years ago

I've done a PR for this one and mentioned you in the comment so you get notified.

markcraig commented 8 years ago

PR has been merged