To enable OIDC SSO for authentication in Seesaw, you must configure a federation partner in the RapidIdentity portal.
Requirements
A tenant administrator account in RapidIdentity
- Navigate to your RapidIdentity administrator portal.
- In the top navigation bar, select Configuration.
- Click Security.
- In the left navigation pane, click Identity Providers > Federation Partners.
- Click Add Federation Partner and select OpenID Connect from the pop-up menu.
- In the General tab, configure the following settings:
- Enter a name in the Name field.
- (Optional) Enter a description in the Description field.
- Enter
https://app.seesaw.me/api/auth/oidc/authorize/codein the Callback URLs field. - (Optional) Update the default token expiration and refresh token settings.
Note:After you save the federation partner, the Client ID and Client Secret will display under the Description field in the General tab. You must enter these values in Seesaw when you complete the integration. For more information, see Configuring OIDC-Based SSO in Seesaw.
- (Optional) In the Attributes tab, add custom claim attributes:
- Click Add Attribute.
- In the pop-up menu, enter a value in the Name field and an attribute in the LDAP Attribute field.
- Click Add.
Note:Standard claim attributes must be added in the Claim Attributes tab.
- (Optional) In the OpenID Connect Configuration tab, update the default encryption and security settings.
- In the Claim Attributes tab, add the claims found in the table below:
- Click Add Attribute.
- In the pop-up menu, add the following attributes (each table header represents a menu field):
Name Claim Claim Type Attribute Value Type LDAP Attribute Regex Filter Single Valued Binary Email email string LDAP mail True False Email Verified email_verified string LDAP mail True False Family Name sn string LDAP sn True False Given Name given_name string LDAP givenName True False Picture picture string LDAP idautoPersonPhotoURL True False Note:Do not enter a value in the Regex Filter field.
- Click Add.
- Click Save in the lower-right corner of the screen.
- Reload the services:
- Navigate to Security > Identity Providers > IDP Configuration.
- Click Trigger Service Reload.
- Click Trigger Web Reload.