Controlling post-authn flows for OIDC clients

Cantor, Scott cantor.2 at osu.edu
Thu May 6 21:31:54 UTC 2021


On 5/6/21, 5:16 PM, "users on behalf of Wessel, Keith" <users-bounces at shibboleth.net on behalf of kwessel at illinois.edu> wrote:

>    Is there any other way to add any type of entity attribute to an OIDC client in memory? I know it can't be
> done in the json structure.

Well, I guess you can do virtually anything "in-memory" but there's nothing supported to do that. The metadata is read only on the "query" side. Java can't really enforce that but you'd get race conditions if you started altering anything.

I would imagine that the best hope for hiding use of metadata from those so inclined will be the Unicon front-end if it incorporates those features.

>    If not, is there any other way to control whether the consent flow fires for this client besides the ones I
> mentioned above?

Nothing you didn't identify.

-- Scott




More information about the users mailing list