Skip to content
This repository was archived by the owner on Feb 23, 2025. It is now read-only.

Make Client Assertions more extensible #419

Closed
brockallen opened this issue Mar 21, 2024 · 0 comments · Fixed by #422
Closed

Make Client Assertions more extensible #419

brockallen opened this issue Mar 21, 2024 · 0 comments · Fixed by #422
Assignees
Milestone

Comments

@brockallen
Copy link
Contributor

For this property: https://github.com/IdentityModel/IdentityModel.OidcClient/blob/main/src/OidcClient/OidcClientOptions.cs#L59

This value might change during use (e.g. 60 second expiration), so we want something more extensible to allow for dynamic access to a client assertion. Just an event on the options would be sufficient.

So now we could call the new event, and if it doesn't produce a value fall back to the static config value.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants