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
Describe the bug
I setup OIDC with Authelia as instructed in the wiki.
Login with the provider fails with error 400 :
"The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. The 'redirect_uri' parameter does not match any of the OAuth 2.0 Client's pre-registered 'redirect_uris'. The 'redirect_uris' registered with OAuth 2.0 Client with id 'xxx' did not match 'redirect_uri' value 'http://yamtrack.domain.com/accounts/oidc/authelia/login/callback/'."
To Reproduce
yamtrack 0.20.2 accessed by https, latest Authelia with oidc configured.
is the same with authentik redirect url is trying to use http instead of https
from web login url:
"redirect_uri=http%3A%2F%2Ftracker.balgeriada.com%2Faccounts%2Foidc%2Fauthentik%2Flogin%2Fcallback%2F"
and its cousing strange errors
Describe the bug
I setup OIDC with Authelia as instructed in the wiki.
Login with the provider fails with error 400 :
To Reproduce
yamtrack 0.20.2 accessed by https, latest Authelia with oidc configured.
This is my authelia config
If I add the
http://
version, it works. But it shouldn't be necessaryExpected behavior
Required_uris should should match the protocol yamtrack is accessed with.
Yamtrack version: 0.20.2
Database: SQLite
The text was updated successfully, but these errors were encountered: