SRAM Authentication Demo
This demo application demonstrates OIDC authentication with SURF Research Access Management (SRAM).
Not Authenticated
Click the button below to login with your institutional account via SRAM.
How it works
- Click "Login with SRAM" to initiate the OIDC flow
- You'll be redirected to SRAM to select your institution
- Authenticate with your institutional credentials
- SRAM redirects you back with your identity claims
API Access
For programmatic access, use a Bearer token with the /api/protected endpoint:
curl -H "Authorization: Bearer YOUR_TOKEN" https://sram-demo.ewi.tudelft.nl/api/protected