Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML dynamic provider sample #40

Open
brockallen opened this issue Jan 25, 2022 · 5 comments
Open

SAML dynamic provider sample #40

brockallen opened this issue Jan 25, 2022 · 5 comments
Milestone

Comments

@brockallen
Copy link
Member

No description provided.

@mtinnes
Copy link

mtinnes commented Mar 21, 2022

Also, looking for this +1

@mtinnes
Copy link

mtinnes commented Mar 21, 2022

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

@brockallen
Copy link
Member Author

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

@mtinnes
Copy link

mtinnes commented Mar 21, 2022

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?

@brockallen
Copy link
Member Author

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

@brockallen brockallen added this to the Future milestone Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants