Configuring Profile Manager to Support OAuth2
Configuring Profile Manager to Support OAuth2

Configuring Profile Manager to Support OAuth2

The steps for configuring Profile Manager to support OAuth2 differ from the steps to configure PTT Pro.
Profile Manager configuration requires five elements, each element can be derived from the Well- Known URL, the ADFS Configuration, or the Token Certificate.
  • Enter each of the elements in the
    OAuth Details
    screen, as shown in the example below.
    Host URL
    The is the customer domain. The Host URL is the prefix for the Authentication and Token Path. https is assumed and automatically added by the system.
    Authentication Path
    The authorization path is found by browsing to the Well-Known URL. The Resource query of the Relying Trust Identifier must be added to the URL, as in
    ?resource=pttpro-id
    .
    Token Path
    The token path is appended to the Host URL as it is captured in the JSON response from the Well-Known URL.
    Client ID
    The Client ID is provided by the customer and copied at the time of creating the Relying Trust.
    Client Secret Key
    The secret is provided by the Customer and it is created when the Native Application Group is established.
    Token Username
    The Token Name can be determined by using the JWT.IO web site to examine the access token retrieved by Postman.