You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deployed Synapse 1.0.0-alpha5.20 in a K8s cluster, and it's doing exactly what I want with a static token for authentication. I'd love to move on to integrating it with my existing OIDC identity infrastructure, but I'm not exactly sure how it works. I've added SYNAPSE_API_AUTH_OIDC_* environment variables to the API pod, and it seemed to take them, but the dashboard still just shows a static bearer token login screen when visiting it.
Can you help me understand how to integrate Synapse with outside authentication?
I found the /authentication/oidc/login endpoint, and tried manually visiting that instead of what it defaults to (/authentication/bearer/login). I'm seeing a blank page with an error toast at the bottom saying "An unhandled error has occurred," but I'm not seeing any errors in the API pod logs.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I've deployed Synapse 1.0.0-alpha5.20 in a K8s cluster, and it's doing exactly what I want with a static token for authentication. I'd love to move on to integrating it with my existing OIDC identity infrastructure, but I'm not exactly sure how it works. I've added
SYNAPSE_API_AUTH_OIDC_*environment variables to the API pod, and it seemed to take them, but the dashboard still just shows a static bearer token login screen when visiting it.Can you help me understand how to integrate Synapse with outside authentication?
Much appreciated!
All reactions