-1

Looking for the easiest way to authenticate with RedHat SSO SAML 2.0 (not OpenId) in a .NET Core application. I stumbled upon the ITfoxtec.Identity.Saml2 library and was wondering if anyone has gotten this to work before struggling with an endless array of trial-and-error scenarios.

Thanks!

Dan
  • 894
  • 9
  • 21

1 Answers1

0

Answering my own question- yes it does seem to work. The Startup.cs given in the sample code mostly works as-is, except SAML wants the Issuer to be the client ID in RedHat SSO and you need to fill in your AssertionConsumerServiceUrl in the redirect binding on the login.

Dan
  • 894
  • 9
  • 21