-
Notifications
You must be signed in to change notification settings - Fork 414
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
Add additional metadata parameters to OpenIdConnectConfiguration #2499
Add additional metadata parameters to OpenIdConnectConfiguration #2499
Conversation
@brentschmaltz Do you think this will make it in soon? It'd be nice if we could use these new APIs in dotnet/aspnetcore#51686. |
src/Microsoft.IdentityModel.Protocols.OpenIdConnect/Configuration/OpenIdConnectConfiguration.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Protocols.OpenIdConnect/OpenIdProviderMetadataNames.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Protocols.OpenIdConnect/OpenIdProviderMetadataNames.cs
Outdated
Show resolved
Hide resolved
src/Microsoft.IdentityModel.Protocols.OpenIdConnect/OpenIdProviderMetadataNames.cs
Outdated
Show resolved
Hide resolved
test/Microsoft.IdentityModel.Protocols.OpenIdConnect.Tests/OpenIdConnectMetadata.json
Outdated
Show resolved
Hide resolved
@joegoldman2 Thanks for the reordering. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see corresponding changes to OpenIdConnectConfigurationSerializer.
What do you mean? OpenIdConnectConfigurationSerializer has been updated a well in this PR. |
@joegoldman2 ahh, the file was collapsed and i missed it. |
@joegoldman2 approved. |
I think the milestone on this issue should be 7.6.1. It looks like that's when this was actually released? |
Fixes #2498.