
RajivP.37601 (Customer) asked a question.
Hi,
I have a client who is using OKTA SAML for SSO. I need to have my application set up for SSO using OKTA SAML integration.
My application is developed using .NET MVC ASPNetCore. I am new to OKTA need some help with samples to understand how can i implement this for my solution.
Client has requested to furnish the below details to set up my application, I need to know what this information is meant for and how it can be used in my application.
Single Sign on URL
Audience URI (SP Entity ID):
Default RelayState
Name ID format :
Application username :
Response:
Assertion Algorithm:
Singnature Algorithm:
Enable Single Lockout:
Authentication context class :
Honor Force Authentication :
SAML Issuer ID:
Identity Provider Metadata/Cert :

Hi Rajiv,
Best bet with ASP.NET is to leverage WS-Federation, which is built into the .NET framework. If you search for "WS-Fed" in the OIN you should find the appropriate template. More info: https://help.okta.com/en/prod/Content/Topics/Apps/Apps_Configure_Okta%20Template_WS_Federation.htm
Otherwise you'll likely need to adopt some form of OWIN library to take advantage of SAML.