Skip to content

Instantly share code, notes, and snippets.

@jonico
Created February 21, 2019 18:06
Show Gist options
  • Save jonico/51f04ff51c095a47d91b0a88f538843b to your computer and use it in GitHub Desktop.
Save jonico/51f04ff51c095a47d91b0a88f538843b to your computer and use it in GitHub Desktop.
How to setup GitHub SAML authentication with Auth0

When setting up Auth0 as a SAML IdP for GitHub, you most likely created an Application in Auth0 representing GitHub and enabled the SAML WebApp addon, as explained here. In order to ensure that the proper SAML response is sent to GitHub, make sure to configure the audience value in the JSON settings for the SAML Web App addon, replacing "acme" with your org name in GitHub:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment