Versions Compared

Key

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

...

  1. Configure your runtime as described in OpenID Connect configuration. Make sure that the right claims are mapped to the technical Blueriq scope (section Mapping claims from the ID token).
  2. Model a service call of type AQ_GetAuthenticationClaims and specify in it which claims need to be mapped to which attribute.

Example usage AQ_GetAuthenticationClaims service

First examine the JWT token:

...

Map the claims to the profile using the service:


Exit events

Name

Description

Type

OKWhen the AQ_GetAuthenticationClaims service executed successfully.Continue
MappingFailureWhen at least one of the requested claims was not available in the session. The header(s) that were not available can be found as a warning in the log file.Continue
NothingToMapThe operation had no effect, because no claims were saved in the session.Cancel

...