Authorization functionality within SSO is moved to dedicated service (OIDC).
All the following tasks should be performed through direct communication with OIDC and received token should be just used in all APIs of BIM+.
Old Bim+ tokens are simulated only for backward compatibility until 2026, high performance should not be awaited using them.
Authorization Service
- Authorizes a user and returns a token for further API calls
- Get token information
- Request a cross token
- Cross authenticate by using cross token
- Revoke / Terminate the token
- Authorize a user and get "remember me" token
- Login with "remember me" token
Authorization Service
Obsolete.Tokens should be received from OIDC.
Authorizes a user and returns a BIMPlus-token for further API calls
Obsolete.Tokens should be managed by OIDC.
Get token information
Obsolete. This type of tokens will not be supported.
Request a cross token
Obsolete. Cross Authenticate by using cross token. Will be removed.
Revoke / Expire the token
Obsolete.Tokens should be refreshed with OIDC.
Authorize a user and get "remember me" token.
User is still logged on to other services. For real logout, call logout function of OIDC.