Skip to content

This extension implements safe, wildcard based redirection for SAML IdP initiated logins based on URLs from RelayState. The extension is setup as a target OIDC app for SAML IdP initiated connection.

Notifications You must be signed in to change notification settings

auth0-extensions/idp-redirector-extension

Repository files navigation

IdP Redirector Extension

Run locally

npm install

Update ./server/config.json with config values.

npm run serve:dev

Publish

npm run extension:build
git add .
git commit -m 'build x'
git push origin master

Deploying to Auth0

Navigate to the Extensions section of the Auth0 Management Dashboard

Click “Create Extension” as shown in the below screenshot

Enter the URL of the github repo where the IdP Redirector Extension is located and click Continue to install.

Publishing Update

Create a new release in github and set a tag version to new semantic version major.minor.patch of the extension.

This will enable "Update" option in all tenants where the extension is installed.

About

This extension implements safe, wildcard based redirection for SAML IdP initiated logins based on URLs from RelayState. The extension is setup as a target OIDC app for SAML IdP initiated connection.

Resources

Stars

Watchers

Forks

Packages

No packages published