ether / ep_openid_connect

Etherpad plugin to authenticate users against an OpenID Connect provider
Other
5 stars 8 forks source link

How to login to /admin with HTTP Basic Auth #112

Open libpoet1312 opened 6 months ago

libpoet1312 commented 6 months ago

As stated at Interaction with Etherpad's Built-in HTTP Basic Authentication "To fall back to HTTP basic authentication, the user's browser must proactively set the Authorization: Basic header.".

I am setting the Authorization header with a a firefox extension. As seen in the uploaded image the HTTP Authorization header is set and sent to the server.

image

But I am getting a 403.

Unfortunately my openid provider does not have an admin account in order to use the plugin.

How to login to /admin?