keycloak-scim/testsuite
Ben Cresitello-Dittmar 057d8a00ac Implement Authentication Method Reference (AMR) claim from OIDC specification
This implements a method for configuring authenticator reference values for Keycloak authenticator executions and a protocol mapper for populating the AMR claim in the resulting OIDC tokens.

This implementation adds a default configuration item to each authenticator execution, allowing administrators to configure an authenticator reference value. Upon successful completion of an authenticator during an authentication flow, Keycloak tracks the execution ID in a user session note.

The protocol mapper pulls the list of completed authenticators from the user session notes and loads the associated configurations for each authenticator execution. It then captures the list of authenticator references from these configs and sets it in the AMR claim of the resulting tokens.

Closes #19190

Signed-off-by: Ben Cresitello-Dittmar <bcresitellodittmar@mitre.org>
2024-01-03 14:59:05 -03:00
..
db-allocator-plugin Fix dependencies in testsuite, adapters and Quarkus module 2023-04-27 13:36:54 +02:00
integration-arquillian Implement Authentication Method Reference (AMR) claim from OIDC specification 2024-01-03 14:59:05 -03:00
model Map Store Removal: Remove LockObjectsForModification (#25323) 2023-12-07 12:43:43 +00:00
utils Remove GlobalLockProviderSpi (#25206) 2023-12-01 16:40:56 +00:00
pom.xml Map Store Removal: Delete map profiles from testsuite 2023-11-30 14:59:02 +01:00