Obtaining end-point info from IFS Cloud
Last updated
Was this helpful?
Last updated
Was this helpful?
As the next step, we need to obtain certain information from IFS Cloud instance such as authorization endpoint and token endpoint from the Open ID well-know configuration endpoint. These endpoints differ from one installation to another hence it's important to know how to obtain the relevant endpoint information for a given IFS Cloud installation.
Log in to IFS Cloud instance and navigate to Solution Manager -> API Explorer
Choose any projection and select Documentation -> API Doc
In the resulting API Documentation page find the section named "OpenId" at the top. Under that section you will find the Open ID well-know configuration endpoint (highlighted in red)
Open the well-know configuration endpoint. The authorization endpoint and the token endpoint are highlighted in red. Also in every end-point there's a common host path(masked in gray color) which is commonly referred to as Base URI
At the end of this step you should have the following information and you will need this information in the REST connector configuration
Open ID well-know configuration endpoint
Authorization endpoint
Token endpoint
Base URI