skip to Main Content

I am using ASP.NET and Duende Identity Server to manage authentication. While Identity Server already implements a way to dynamically add an OIDC provider at runtime, I am now attempting to achieve a similar feature with a SAML provider. However, I have not been able to find a solution for this yet.

2

Answers


  1. The ComponentSpace SAML library supports adding SAML support to Identity Server. I suggest taking a look at our Identity Server Integration Guide.

    We also include an example Identity Server project with SAML support. An OIDC client can authenticate to Identity Server which then uses our SAML library to delegate authentication to an external identity provider using SAML SSO.

    Login or Signup to reply.
  2. +1 for ComponentSpace. I’ve used it a lot.

    Also, this is a SAML plugin for Duende.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search