Hi,
I need to implement SSO with some URL (http://xyz.com..../ci/openlogin/saml). Need to follow below process can someone please help me on that.
From OutSystems Application (IdP) following operations need to follow
So can someone please let me know how to perform step 4 and 5.
Dileep
Hi Dileep,
Did you config the idp with the information where you need to loggin/logout and all other configs there in the idp config page?
Cheers,
Carlos Lessa
Check these links to have a view in how to config that
https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_configure_OutSystems_to_use_identity_providers_using_SAML
https://success.outsystems.com/Documentation/11/Developing_an_Application/Secure_the_Application/End_User_Management/End_Users_Authentication/Configure_SAML_2.0_Authentication
Cheers
Hi Carlos,
I have gone through above links, Might be I am wrong but I can see the OutSystems Application is Service provider
but I think for my case my OutSystems application is IdP (Identity Provider) and the Oracle systems where we need to connect is SP (Service Provider).
So can you please help on point 4 and 5 to achieve that.
When entering on the IDP configuration of the Forge component
1 - SP Connector and Claims TAB
The SP Issuer/Entity id = https://YourOutsystemsServer.com/Idp
2 - SP Connector and Claims TAB
IdP Server Issuer/Entity ID
IdP server Single Sign-On URL
Usually this values you can get on your SP, for test I use okta and after config my application aI have a button to view Setup instructions there I get to a page like that where I have my configs, or a bottom to download the metadata to upload in my configurations
Check these 2 links that was what help me when I was doing it for the first time:
https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-OutSystems_599.html
https://saml-doc.okta.com/SAML_Docs/How-to-Configure-SAML-2.0-for-OutSystems.html
Hope I could help you