RE: Are we having SAML authentication for single sign on during Login in Diyotta
We are having SAML server and we need that to be configured in Diyotta as( SSO) single sign on process for Logging into Diyotta.
Is there an option ? if so how do we do it?
Please follow the below steps to configure SAML 2.0
- SAML 2.0 Identity Provider like Okta, Auth0, Centrify etc. can be configure using Single Sign On (SSO) in Diyotta.
- You would need to configure Diyotta in any SAML 2.0 Provider and generate Metadata URL
For example, if the Diyotta login URL is https://demo.diyotta.com/ then,- Single Sign On URL will be https://demo.diyotta.com/saml/SSO
- Metadata URL will be https://demo.diyotta.com/saml/metadata
- In Diyotta Admin –> Configurations –> Single Sign On, Select “Identity Provider” as SAML 2.0
- In Properties tab provide below details
IDP Metadata URL: provide Metadata URL obtained from SAML 2.0 Provider when configuring Diyotta.
Protocol: http OR https based on the URL to connect to Diyotta.
Host Name: Host name where Diyotta controller is running
- Based on Single Sign On configuration in Admin, “saml.config” file will update. This file will be generated under ${DIYOTTA_HOME}/controller/conf
- Once configuration is completed, you need to restart the controller.
- Next time on the Diyotta login page, Single Sign On option will be shown.
- On clicking on Single Sign On option in login page, you will be redirected to respective SAML 2.0 Provider login page.
- Once logged into SAML 2.0 Provider, you will be redirected to Diyotta home page.
Note: In order to login to Diyotta using Single Sign On, the user needs to be added first with same login id and email address as created in SAML provider.