Connect Resco Cloud with Okta

From Resco's Wiki
(Redirected from Okta)
Jump to navigation Jump to search
Resco Cloud administration


Wikipedia logo
Wikipedia has an article on a similar subject:

Resco Cloud supports Okta authentication.

Prerequisites

  • To set up Okta authentication, you need Resco Cloud version 15.1 or higher.
  • To use Okta authentication, 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

  1. In the Admin Console, go to Applications > Applications.
  2. Click Create App Integration.
    • As Sign-in method, select OIDC - OpenID Connect.
    • As Application type, select Web Application.
    • Click Next.
  3. 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>.
  4. Save all changes.

Native apps

  1. In the Admin Console, go to Applications > Applications.
  2. Click Create App Integration.
    • As Sign-in method, select OIDC - OpenID Connect.
    • As Application type, select Native Application.
    • Click Next.
  3. Set up the new app integration:
    • 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.
  4. Save all changes.

Authorization server

  1. In the Admin Console, go to Security > API.
  2. On the Authorization Servers tab, either modify the default authorization server or click Add Authorization Server to add a new one.
    Connect Resco Cloud with Okta: Configuration: Okta add auth server
    • As Name, enter a name for authorization server, for example "resco cloud auth server".
    • As Audience, enter https://resco.net/rescocloud.
  3. 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.
    • Click Create.
  4. 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.
    • Click Create.
Connect Resco Cloud with Okta: Configuration: Okta adding claims

Connect Resco Cloud to Okta

  1. Sign in to the Resco Cloud management console using a System Administrator user account.
  2. Start the Resco Cloud Admin Console.
  3. Select Settings > Organization from the menu to edit the properties of your organization.
  4. In the Identity provider line, click Connect...
  5. Select OKTA.
  6. As Metadata URL, enter the URL of your Okta authorization server (e.g., https://{your domain}/oauth2/default).
  7. The read-only Redirect URI is provided for your reference (you need it for Okta configuration).
  8. Enter the Client ID and Client Secret from Okta web app configuration.
  9. Enter the Native Client ID from Okta native apps configuration.
  10. Click Connect Now.
  11. You are redirected to the Okta login page. Sign in and you return to the Admin Console with the Okta state set to Connected.

Assign Okta users

You have to assign Okta users to new or existing users of Resco Cloud.

  1. In the Admin Console, go to Resources > Users.
  2. Select an existing user or create a new one.
  3. As the Domain Name, select the Okta login name (by default, this is the email address) of the user who you want to associate with the selected Resco Cloud user.
  4. Click Save & Close.

A red text saying Inactive is displayed next to the Domain Name until the user logs in for the first time. At that point, the text changes into a green Active.

Connect Resco mobile app to Resco Cloud that uses Okta

  1. Tap Synchronize.
  2. As User Mode select OAuth.
  3. Enter the URL of your organization, usually https://{organizationname}.rescocrm.com.
  4. Enter a new password that protects your offline data (twice). This password cannot be recovered so remember it well.
  5. Tap Synchronize.
  6. Enter your Okta credentials.