keycloak-scim/docs
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
..
documentation Implement Authentication Method Reference (AMR) claim from OIDC specification 2024-01-03 14:59:05 -03:00
guides enhance: supporting versioned features (#24811) 2024-01-03 17:56:31 +01:00
maven-plugin Add new --proxy-headers option (#25178) 2023-12-13 10:48:12 -03:00
building.md Fix building instructions 2023-08-08 16:39:14 -03:00
cnfc.md Add a doc with relevant links around CNCF (#24227) 2023-11-29 05:51:56 +01:00
dependency-license-information.md Update to repository documentation, including updated contributors guide 2019-02-21 11:17:57 +01:00
fips.md FIPS related docs (#17196) 2023-02-22 12:47:15 +01:00
pom.xml Run tests for the moved documentation (#19278) 2023-03-28 12:35:27 +02:00
pull_request_template.md [KEYCLOAK-19754] - Update documentation files to remove problematic language in the main repository 2021-11-04 10:08:56 +01:00
tests-db.md Use the same Oracle driver for the tests and Undertow like for Quarkus 2022-11-23 09:26:18 +01:00
tests-development.md KEYCLOAK-19147 Update Test development section for PRs 2021-09-01 12:31:50 +02:00
tests-oidc-conformance.md [KEYCLOAK-19754] - Update documentation files to remove problematic language in the main repository 2021-11-04 10:08:56 +01:00
tests.md Add documentation for configuring KeycloakServer (#21591) 2023-07-11 12:59:10 +02:00
transient-users.md Transient sessions: Documentation 2023-11-10 11:22:04 +01:00
updating-database-schema.md KEYCLOAK-14968 Update database schema instructions 2020-07-31 16:14:06 +02:00
updating-server-config.md [KEYCLOAK-19754] - Update documentation files to remove problematic language in the main repository 2021-11-04 10:08:56 +01:00