...
Note: This implementation is meant as a reference or backup. Identity Providers are encouraged to implement their own branded error page to provide clearer, institution-specific guidance to users.
Table of Contents
Table of Contents include ^(?!.*Table of Contents).* printable false
Overview
The error page:
Shows localized error messages (Swedish by default, English toggle)
Accepts context parameters from SPs to provide technical detail
Presents users with understandable instructions
Offers an expandable technical diagnostics section
Complies with the REFEDS ErrorURL v1 specification
...
The generic errorURL handler is available for Skolfederation production and test environments. Find the federation specific errorURL implementations below.
Federation | errorURL (for including in IdPSSODescriptor errorURL attribute) |
---|---|
Skolfederation production environment | https://fed.skolfederation.se/prod/error/error.html?code=ERRORURL_CODE&ts=ERRORURL_TS&rp=ERRORURL_RP&tid=ERRORURL_TID&ctx=ERRORURL_CTX |
Skolfederation test environment | https://fed.skolfederation.se/trial/error/error.html?code=ERRORURL_CODE&ts=ERRORURL_TS&rp=ERRORURL_RP&tid=ERRORURL_TID&ctx=ERRORURL_CTX |
URL Format
https://<federation-operator>/error.html?code=...&ts=...&ctx=...&rp=...
...
IDENTIFICATION_FAILURE
: List of missing attributes or entity category URIsAUTHENTICATION_FAILURE
: List of required authentication context/classref values (e.g.,time
,loa2
)AUTHORIZATION_FAILURE
: Short policy description of why access was deniedOTHER_ERROR
: Brief technical description useful for troubleshooting
...