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
Hello.
I am trying to integrate DokuWiki with Authelia.
https://www.authelia.com/
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
Authelia configuration.yml
Add into the section of "clients"
Authelia log:
error msg
Authorization Request failed with error:
The state is missing or does not have enough characters
and is therefore considered too weak.
Request parameter 'state' must be at least be 8 characters
long to ensure sufficient entropy
The parameter "state" is empty.
The text was updated successfully, but these errors were encountered:
Hello.
I am trying to integrate DokuWiki with Authelia.
https://www.authelia.com/
Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
Authelia configuration.yml
Add into the section of "clients"
Installed on the administration panel "Extension Manager"
plugins:
Dokuwiki configuration:
Basic
baseurl Server URL: https://dokuwiki.example.com
Authentication
authtype Authentication backend: oauth
Oauthkeycloak
Client ID: dokuwiki
Cient Secret: dokuwiki_client_secret
OpenID Connect Auto Discovery URL:
https://authelia.example.com/.well-known/openid-configuration
Try to sso log in.
redirect to
https://dokuwiki.example.com/doku.php?error=invalid_state&error_description=The+state+is+missing+or+does+not+have+enough+characters+and+is+therefore+considered+too+weak.+Request+parameter+%27state%27+must+be+at+least+be+8+characters+long+to+ensure+sufficient+entropy.&state=
Authelia log:
error msg
Authorization Request failed with error:
The state is missing or does not have enough characters
and is therefore considered too weak.
Request parameter 'state' must be at least be 8 characters
long to ensure sufficient entropy
The parameter "state" is empty.
The text was updated successfully, but these errors were encountered: