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
API Explorer
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
Open ID connect well-known configuration
At the end of this step you should have the following information and you will need this information in the REST connector configuration