mcastany / shibboleth-auth0

POC using Shibboleth as SP and Auth0 as IDP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is just a PoC on how to integrate Auth0 as an IDP and Shibboleth SP

  1. Signup in Auth0

  2. Create a new application

  3. In the addons section, click on the SAML addon

  4. Configure Application Callback URL with the following value

https://${DOMAIN}/Shibboleth.sso/SAML2/POST
  1. Update the .env file with the appropiate values

  2. Go to the terminal and run

docker-compose up -d
  1. Navigate to https://{HOSTNAME}

About

POC using Shibboleth as SP and Auth0 as IDP


Languages

Language:JavaScript 55.7%Language:Dockerfile 44.3%