skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
542 stars 188 forks source link

Where can I learn about the new identity providers menu? #209

Open yunlang opened 3 months ago

yunlang commented 3 months ago

Question

I want to know about the new Identity Providers. I'd like to see related documentation or feature descriptions. What is it used for?

image

image

skoruba commented 3 months ago

Please, check these properties for OIDC middleware:

https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.authentication.openidconnect.openidconnectoptions?view=aspnetcore-8.0

Thanks