Connect Resco Cloud with Okta
| Warning | Work in progress! We are in the process of updating the information on this page. Subject to change. |
Resco Cloud supports Okta authorization.
Prerequisites
- To set up Okta authorization, you need Resco Cloud version 15.1 or higher.
- To use Okta authorization, the app also must be updated to version 15.1 or higher.
Okta configuration
Log in to the Okta admin console as an administrator and set up app integrations for the web app and native apps, as well as an authorization server for Resco Cloud.
Web apps
- In the Admin Console, go to Applications > Applications.
- Click Create App Integration.
- As Sign-in method, select OIDC - OpenID Connect.
- As Application type, select Web Application.
- Click Next.
- Set up the new app integration:
- As App integration name, enter a name for your app integration, for example "resco cloud web app".
- As Grant type, select "Refresh Token".
- As Sign-in redirect URIs, enter
https://<your_server_name>/Authenticate.aspx/ADFS. - As Sign-out redirect URIs, enter
https://<your_server_name>.
- Save all changes.
Native apps
- In the Admin Console, go to Applications > Applications.
- Click Create App Integration.
- To create an OIDC app integration, select "OIDC - OpenID Connect" as the Sign-in method.
- Select Native Application and click Next.
- Set up the General Settings:
- As App integration name, enter a name for your app integration, for example "resco cloud native apps".
- As Grant type, select "Refresh Token".
- As Sign-in redirect URIs, enter
https://www.resco.net/oauth.html.
Authorization server
- In the Admin Console, go to Security > API.
- On the Authorization Servers tab, either modify the default authorization server or click Add Authorization Server to add a new one.
- As Name, enter a name for authorization server, for example "resco cloud auth server".
- As Audience, enter
https://resco.net/rescocloud.
- Go to the Claims tab and click Add Claim:
- As Name, enter
upn. - As Include in token type, select "ID Token" and "Always".
- As Value type, select "Expression".
- As Value, enter
user.email.
- As Name, enter
- Add another claim:
- As Name, enter
uid. - As Include in token type, select "ID Token" and "Always".
- As Value type, select "Expression".
- As Value, enter
user.id.
- As Name, enter
Connect Resco Cloud to OKTA
Resco Cloud
Sign in to the Resco Cloud management console using a System Administrator user account.
Start the Admin Console
Select Settings > Organization from the menu to edit the properties of your organization.
In the Identity provider line, click Connect....
Choose OKTA
As Metadata URL, enter the URL to your OKTA Authorization server (e.g. https://{your domain}/oauth2/default )
The read-only Redirect URI is provided for your reference (you need it for OKTA configuration).
Enter the Client ID and Client Secret from OKTA Web app configuration
Enter the Native Client ID from OKTA Native App configuration