skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.57k stars 1.15k forks source link

Add external provider CAS #1033

Open PaulMora93 opened 1 year ago

PaulMora93 commented 1 year ago

Hello good afternoon, I have a question I want to add an external login provider that is CAS, I already have skoruba created and running and apart from my web applications where they are redirected to that skoruba login page, now I want to add an external login, I have to add in my web applications in the Skoruba that is running?

skoruba commented 1 year ago

You can add external provider in STS app.

PaulMora93 commented 1 year ago

Do you have any example of an external authentication in the STS that you could send me? or how would the code be

skoruba commented 1 year ago

https://github.com/skoruba/IdentityServer4.Admin#how-to-configure-an-external-provider-in-sts

PaulMora93 commented 1 year ago

Hi, you already configure the external login with github, but when I place it, it tells me to register the email to finish, does Skoruba necessarily have to create the user? And if so, when the user already registers, external access is placed again with github but again it asks to register the mail. How to make the flow immediate that does not ask to register or that it registers but then takes the cookie and is automatic imagen