Obtaining Authentication related URLs from IFS Cloud

Get the value from Aurena: In API Explorer, pick any projection and open API Doc.

Locate Authorizations and OpenId Connect URL. Depending on IFS version API doc might look like this:

or this:

Open Connect URL link and copy value required by configuration.

Access Token

Locate token_endpoint value.

Authority URL

Locate authorization_endpoint value.

Issuer URL

Locate issuer value.

Last updated