Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Example - Scope endpoint URI

http(s)://hostname:port/authserver/api/scope

The following table lists all HTTP APIs available for provisioning scopes and the expected success return value.

...

Info

Example - Client endpoint URI

http(s)://hostname:port/authserver/api/clients

Note

Note!

The client name MUST be unique.

...

Info

Example - Access Token URI

if the access-token-uri parameter value was configured to /token. The access token endpoint would be:

http(s)://hostname:port/authserver/token

The client can request for the access token at the access token endpoint by following the steps below:

...