skoruba / Duende.IdentityServer.Admin

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

External provider name on login button #73

Open erossini-chi opened 2 years ago

erossini-chi commented 2 years ago

I configure Azure Active Directory in my STS project and it is working. The only think I like to change is in the UI. The login button text says "OpenIdConnect".

image

I like to change it in "Azure Active Directory". How can I do that?


Because I was struggle to find the info, as a reference, I tell you where I found the info to put in the settings:

erossini commented 2 years ago

My implementation for that is as follows:

Done!