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:

  • [OIDC Client

https://github.com/IdentityModel/oidc-client-js]Angular OIDC


Please refer to the documentation for each libraries 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.