SAML 2.0 Demo

Sample Service Provider web app

This page is the public landing screen for a tiny Go application using SAML 2.0 for authentication. Once your Identity Provider is configured, the protected portal will redirect users through the SSO flow and return them here with a signed session.

Application URL https://saml.kr0ot.com
Service Provider Entity ID https://saml.kr0ot.com/saml/metadata
Identity Provider Metadata https://byu-oda.oktapreview.com/app/exkymcqp7bUUnchby1d7/sso/saml/metadata
What this sample includes
  1. A public home page.
  2. A protected /portal route that requires a SAML session.
  3. Built-in Service Provider metadata at /saml/metadata.
  4. Assertion Consumer Service and session handling managed by samlsp.
APP_ROOT_URL=https://saml.kr0ot.com
SAML_IDP_METADATA_URL=https://byu-oda.oktapreview.com/app/exkymcqp7bUUnchby1d7/sso/saml/metadata