In this article we'll list the steps of how you can set up SSO with OKTA.
You can learn more details about SSO our main article here.
Note: The activation of the SSO for Member Tools disables:
- The standard login with OfficeRnD user and password
- The Public Calendar Page and Sign-up Page
- Reset password links
- Token for auth in the invite to portal email
Steps
- Register at https://developer.okta.com
- Navigate to Applications > Then Add a Web application
- Set your Base URL to the admin domain of the environment you are setting up - e.g. https://staging.officernd.com for Staging.
- Configure the Login Redirect and Logout Redirect URLs. If you’ve copied the Return URL from the previous step, just paste the return URL in the Okta Application configuration dialog.
e.g.
Login redirect URIs
https://{{environment}}/community/{{slug}}/auth/oidc/{{Id of the Authentication Integrations}}/return
Logout redirect URIs
https://{{environment}}/community/{{slug}}/auth/oidc/{{Id of the Authentication Integrations}}/logout - Save the Okta Application.
- Get your application credentials (clientId, clientSecret) - more on how to find them here.
- In OfficeRND - go to "Settings"->"Integrations" and add an Authentication Integration.
Set clientId and clientSecret from above and as URL the URL you have registered in Okta (e.g. https://dev-422849.okta.com/.well-known/openid-configuration/) more info
Comments
Please sign in to leave a comment.