1

I would like to know if it's possible to configure the library during runtime (Saml2Configuration). We want to have the ability to set the configuration options and get them from DB.

Thank you

Arnold
  • 89
  • 1
  • 11

1 Answers1

1

Yes no problem. You can populate the Saml2Configuration at runtime on load or in the controller just before setting the Saml2Configuration object in the constructor.

Here an example from FoxIDs https://github.com/ITfoxtec/FoxIDs/blob/master/src/FoxIDs/Logic/Saml/SamlAuthnDownLogic.cs#L70

Anders Revsgaard
  • 3,636
  • 1
  • 9
  • 25