https://saml.kr0ot.com
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.
https://saml.kr0ot.com/saml/metadata
https://byu-oda.oktapreview.com/app/exkymcqp7bUUnchby1d7/sso/saml/metadata
What this sample includes
- A public home page.
- A protected
/portalroute that requires a SAML session. - Built-in Service Provider metadata at
/saml/metadata. - 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