|
|
The default OAuth Token Scope used by PingFederate is WINDCHILL_READ. When a request is made by PTC Modeler to obtain an Access Token for a user, this value is sent by default. If your PingFederate default Scope is different, you can change the value by changing the SSOTokenScope string in the Windows registry. This string is located in the registry here: HKEY_CURRENT_USER\Software\Artisan Software Tools\ResourceProvider.
|
|
Setting
|
Value
|
|---|---|
|
Client Authentication
|
Client Secret
|
|
Redirect URI
|
• http://127.0.0.1/callback
Required for PTC Modeler OSLC client.
• https://<<server:port>>/account/entra-callback
Required for PTC Modeler OSLC server (replace <<server:port>> as required).
|
|
Allowed Grant Types
|
• Authorization Code
• Refresh Token
|
|
|
Note: PTC Modeler OSLC client is a desktop application and must use a listener service (loopback on localhost) to receive redirects from the PingFederate server during authentication set via redirect URI.
|