Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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
Member

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 join this conversation on GitHub. Already have an account? Sign in to comment
2 participants