SAML SP debugger
Dev-only dummy SAML service provider for Ben's outbound SSO. Displays whatever assertion it is sent; stores nothing.
Registering a provider
Pick any slug, then set these three fields on the OutboundProvider in Django admin. No redeploy is needed for a new slug.
| callback_url | https://saml-sp.euwe2.dev.thanksben.cloud/acs/roundtrip |
| audience | urn:ben:saml-sp-debug:roundtrip |
| SP metadata | https://saml-sp.euwe2.dev.thanksben.cloud/metadata/roundtrip |
Effective configuration
| Entity ID pattern | urn:ben:saml-sp-debug:<slug> |
| ACS URL pattern | https://saml-sp.euwe2.dev.thanksben.cloud/acs/<slug> |
| Assertion decryption | not configured |
| Per-slug trust overrides | none |
Trusted identity providers
| Name | Issuer | Certificate source |
|---|
| Auth0 thanksben-dev | urn:thanksben-dev.eu.auth0.com | https://auth.thanksben.dev/pem |
| Keycloak dev realm | https://id.thanksben.dev/realms/dev | https://id.thanksben.dev/realms/dev/protocol/saml/descriptor |