Sustainsys / Saml2

Saml2 Authentication services for ASP.NET
Other
945 stars 605 forks source link

Duende IdentityServer Compatibility #1383

Closed raxit-technosouls closed 1 year ago

raxit-technosouls commented 1 year ago

Is this implementation compatible with Duende IdentityServer?

AndersAbel commented 1 year ago

Yes, an example with Duende's dynamic providers is available at https://github.com/Sustainsys/Saml2.Samples/tree/main/v2/DuendeDynamicProviders

raxit-technosouls commented 1 year ago

That is great, thank you! just a quick follow up I see that is a dynamic provider which requires Enterprise license of Duende identity server. Is there a way to make it work with Business or Starter edition of Duende Identity Server which does not have dynamic provider support?

I am mainly looking to add SAML external auth provider federated through Id Server.

AndersAbel commented 1 year ago

It works as an normal provider too, check https://github.com/Sustainsys/Saml2.Samples/tree/main/v2/AspNetCore for a normal wire-up.