Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Blueriq does not provide an identity provider. Blueriq uses Keycloak as identity provider in the integration tests.

...

Blueriq extracts information needed to login. Username, teams and roles from id token are mapped to Blueriq UserData, see JWT Mapping properties on how to configure the extraction.

Optionally when running the Client in front of an Reverse proxy the path of the login location can be overridden in the application.properties of the Runtime, otherwise it will default to /login.

blueriq.security.jwt.login-path=/auth/login


5. REST API

Blueriq Runtime exposes an endpoint to authenticate with JWT. The endpoint can be used as described in the algorithm at section 5.2.

...

Login endpoint that returns the URL required for calling the login endpoint on the Blueriq Gateway Service.

Parameters





redirect_uristringRedirection URI to which the response will be sent.true

5.2. Algorithm

The algorithm that can be used in order to login is the the following:

...