The Well-Known URL
The Well-Known URL

The Well-Known URL

When the Well-Known URL is pasted into a browser, it returns a JSON listing of the OpenID/OAuth endpoints, supported scopes and claims, public keys used to sign the tokens, and other details.
Clients can use this information to construct a request to the OpenID server. The example below is the response returned from the ADFS server for the Well-Known URL.
Response for Well-Known URL
The response includes the two URLs required by the PTT Pro server to complete the OAuth configuration: the Access URL and the Token URL. Examine the Well-Known response to find the Authorization Endpoint and the Token Endpoint.
  • Authorization endpoint:
    https://pttproadfs.pttpro.zebra.com/adfs/oauth2/authorize
  • Token endpoint:
    https://pttproadfs.pttpro.zebra.com/adfs/oauth2/token
Once the Authorize URL has been identified, resources will need to be added to the URL.
In our example, the Identifier for the Relying Party Trust is
Z-Test-Trust
, and the PTT Pro server authorization URL becomes:
https://pttproadfs.pttpro.zebra.com/adfs/oauth2/authorize?resource=Z-Test-Trust