Samples icon indicating copy to clipboard operation
Samples copied to clipboard

SAML dynamic provider sample

Open brockallen opened this issue 2 years ago • 5 comments

brockallen avatar Jan 25 '22 21:01 brockallen

Also, looking for this +1

mtinnes avatar Mar 21 '22 20:03 mtinnes

We are investigating Duende for our IdP but wondering if BFF is compatible with SAML dynamic providers?

mtinnes avatar Mar 21 '22 20:03 mtinnes

We are investigating Duende for our IdP but wondering if BFF is compatible with SAML dynamic providers?

Those are unrelated. BFF is a pattern you'd use in your client app, and dynamic providers is a feature at IdentityServer to loading the external IdP data dynamically. We only have first class support for OIDC, but our design is extensible and would allow you to store other types of providers into our store and use our dynamic loading system. We have a WS-Fed sample for this already:

https://docs.duendesoftware.com/identityserver/v6/samples/ui/#adding-other-protocol-types-to-dynamic-providers

brockallen avatar Mar 21 '22 21:03 brockallen

Thanks, just starting to wrap my head around this. Our primary requirement is to provide our clients the ability to configure their own SAML login provider for logging into our SAAS. Assuming dynamic providers would meet this req?

mtinnes avatar Mar 21 '22 21:03 mtinnes

Yes, should. I also know @AndersAbel wants to have a sample using his Sustainsys.Saml2 implementation.

brockallen avatar Mar 21 '22 22:03 brockallen