Skip to content

Configuring JumpCloud

Jumpcloud is a third-party identity provider (IDP) that can be configured to work with Anyware Manager. This permits jumpcloud to be used as the source of authentication for any user attempting to connect to a connector in order to get a list of remote workstations to connect to. For more information, see Jumpcloud Documentation.

Configure Jumpcloud

To Configure:

  1. Launch the Anyware PCoIP Client.
  2. In a web browser, navigate to JumpCloud Admin Portal.
  3. Navigate to the SSO tab, and Click '+' Add New Application to open the Configure New SSO Application window.
  4. Click Custom OIDC App.
  5. Select the SSO tab to open the OpenID Connect Configuration window and enter the following information:
    • Enter pcoip://oauth/ in the Redirect URLs field.
    • In Client Authentication Type, select Select Public (None PKCE).
    • Enter https://console.jumpcloud.com in the Login URL field.
    • In Attribute Mapping (optional), select Email.

    Note

    Copy the Client Application ID as it is required when installing the RHEL/Rocky Connector with an identity provider.

  6. Navigate to User Groups tab, select the desired user group to use the application.

Jumpcloud is now configured.

When installing the RHEL/Rocky Connector, jumpcloud configurations can be provided in the --id-provider-url flag. For example:

--id-provider-url    https://oauth.id.jumpcloud.com  --oauth-client-id  ${application-client-id} 

For more information, see Installing the Connector.