Attribute Mapping when using Keycloak as a SAML SP
Learn how to map user attributes sent via SAML into Keycloak, including email, firstName, and lastName, when using an external identity provider.
Learn how to map user attributes sent via SAML into Keycloak, including email, firstName, and lastName, when using an external identity provider.
Learn how to integrate GitHub login using Keycloak’s Identity Brokering feature with Skycloak, enabling seamless social authentication for your applications.
Set up Okta as a SAML Identity Provider and Keycloak as a SAML Service Provider using Identity Brokering. Step-by-step guide for seamless SSO integration.
Learn how to configure and use passkeys as a second-factor authentication method in Keycloak, building on the earlier setup for passwordless login.
Learn how to set up and use passkeys in Keycloak for secure, passwordless authentication using WebAuthn and FIDO2 standards.
Learn how to implement multitenancy in Keycloak using the Organizations feature, link external identity providers, and streamline B2B authentication securely.
Learn how to add custom user attributes to Keycloak tokens and map them to your OIDC client. Includes setup steps, Spring Boot example, and testing.
Learn how to map user attributes such as email and phone number in Keycloak when using Auth0 or other providers through OIDC Identity Brokering.
Learn how to use the kc_idp_hint query parameter in Keycloak to automatically select and redirect users to the desired Identity Provider during OIDC login.
Secure your Spring Boot REST API using Keycloak’s Client Credentials Grant with OAuth2 Resource Server. Client roles ensure authorized microservice access.