LS-Auth integration with SAMLTest.id (as Client Application/SP)
Below are instructions to set up SAMLTest.id as a client/SP for LSAuth using SAML.
Create an application in LSAuth
-
Log into the LS Auth console and select the tenant that you will use.
-
Select “Apps” in the left nav menu and click the “Add New” button.
<!-- -->
-
provide a name and client ID.Select application type as “SAML”.
-
Update the config to the below
-
{
-
"logout": {
-
"callback": "https://samltest.id/idp/profile/SAML2/Redirect/SLO"
-
},
-
"scripts": {
-
"mapClaims": ""
-
},
-
"adGroups": [],
-
"audience": "https://samltest.id/saml/sp",
-
"recipient": "https://samltest.id/Shibboleth.sso/SAML2/POST",
-
"destination": "https://samltest.id/Shibboleth.sso/SAML2/POST",
-
"signingCert": "",
-
"callbackUrls": [],
-
"restrictAccess": {
-
"byEmail": {
-
"blacklist": [],
-
"whitelist": []
-
}
-
},
-
"lifetimeInSeconds": 7200,
-
"nameIdentifierFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
}
-
Save the application.
-
Open the application again by clicking on the settings and navigate to details tab.
-
Download the SAML IDP metadata.
Configure metadata in SAMLTest.id
-
Access https://samltest.id/ and click on “Upload metadata”
-
Upload the metadata file you downloaded from LSAuth.
-
You should see a success message.