Claims Transformation - SAML and OIDC | Recipes | Strata.io
Extend your IAM investment into apps with claims transformation without rewriting application code to accept new identity standards or protocols.
Ingredients
- 1 User requests a protected application (which is expecting an OIDC exchange).
- 2 User's session is redirected to the Maverics Orchestrator.
- 3 Maverics will evaluate if a valid session exists with your Authentication provider of choice (GCP's IAP in this case)./
- 4 If the user hasn't authenticated yet - Maverics will redirect the user to properly authenticate using Google's identity provider.
- 5 [optional] Google's IAP performs whatever zero trust checks it deems appropriate for the user.
- 6 IAP sends a SAML assertion to Maverics.
- 7 Maverics consumes the SAML token and parses it's assertions.
- 8 [optional] Maverics can grab other attributes from other places for richer policy enforcement or additional claims.
- 9 Maverics provides an auth code to the user's session and redirects to the target application.
- 10 Target application exchanges the auth code directly with Maverics to validate.
- 11 User is granted access to the application.
More Like This
How to add HYPR passwordless authentication | Strata.io
strata.io
How to add modern authentication to apps using NTLM over LDAP | Strata.io
strata.io
How to extend Okta to any on-prem, legacy app | Strata.io
strata.io
How to replace Keycloak with Amazon Cognito | Recipes | Strata.io
strata.io
Failover from Okta to on-prem Active Directory (AD) | Strata.io
strata.io
Identity Orchestration Recipes - Strata.io
strata.io
Secure & control cross-border access to a global resource | Strata.io
strata.io
How to add 1Kosmos passwordless step-up authentication | Strata.io
strata.io