Integrator resources
There are two methods to integrate an application with managed user sign-in.
OIDC (Oauth 2.0 authorization code grant)
To start the workflow for a OIDC sign in process, follow the standard OIDC set-up process which can be found on the Authorization Code page, and add the managed users query parameter to the authorize request:
&auth_workflow=managed_userExample of a managed user authorize request URL:
https://id.trimble.com/oauth/authorize?scope=openid+openid&response_type=code&redirect_uri=https://localhost/&client_id=2567885b-5983-4f43-919a-da5dd51621a1&auth_workflow=managed_userSAML
To start the workflow for a SAML sign in process, follow the standard SAML set-up process which can be found on the Authenticate Using SAML page and utilize the alternative managed users SAML metadata file.
The production metadata file can be found here on the Metadata Managed page.