Skip to main content
Skip table of contents

Implicit Flow [VF IG]

The implicit flow is used for authenticating via the Web UI application. As such, the end user will be required to login via the Web UI in order to continue the usage of their applications. There are a few libraries that are available to ease the authentication process. The following examples are listed below:

The OIDC discovery endpoint is available under {{authServiceEndpoint}}/.well-known/openid-configuration.

Please refer to the library documentation on how to obtain the respective token. Once the login is complete, the token can usually be found via the Session Storage. The access token can then be used to call each of the respective API calls.


Please Note: The SWAGGER page for each API are also using implicit flow behind the scenes.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.