You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following up on the work done in #41520, we want to include support for config-based authentication options for all the authentication options that we currently support.
JwtBearer
OIDC
Cookie
Certificate
PolicyScheme
Negotiate
Social
We'll also want to make sure that these implementations support IOptionsMonitor for listening to changes in config. We're moving this work to .NET 8.
The text was updated successfully, but these errors were encountered:
Support for loading OIDC options has been merged into preview7. Moving this into .NET 8 Planning as we consider addressing the other authentication types then.
Following up on the work done in #41520, we want to include support for config-based authentication options for all the authentication options that we currently support.
We'll also want to make sure that these implementations supportWe're moving this work to .NET 8.IOptionsMonitor
for listening to changes in config.The text was updated successfully, but these errors were encountered: