-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to authenticate using OpenID Connect #1219
Comments
|
From:
From @IljaN :
|
Here is how we generate the state in the desktop. |
@felix-schwarz @hosy add OIDC |
The iOS client already supports The RFC on OAuth 2.0 best practices also recommends However, I have no objections to also add |
It was also added to the Android app: |
While it's true that PKCE prevents most of the same attacks that and more than the This gives the |
Version 12.0.2 will support the |
Just to confirm: Authelia + Nginx Proxy Manager works fine with TestFlight build 269 (12.0.2) Thank you - great work! For others who use the same setup, I had to slightly change the config for authelia in nginx proxy manager
|
Unable to authenticate using OpenID Connect (Authelia)
Steps to reproduce
Client
iOS version: 16.5
ownCloud app version: 12
Device model: iPhone 13
Server configuration
Setup: nginx-proxy-manager - Authelia - OwnCloud Infinity Scale
Web server: nginx proxy manager with Authelia (OpenID Connect)
ownCloud version: Docker Latest (DIGEST: a98a962d4ab8)
Webinterface:
Logging in via the web interface works without any issues. (I must note that authentication was only possible after adding the "allowed_origins:" parameter to authelia (perhaps only an issue when using nginx proxy manager).
Mac Desktop App:
When I log in via the Mac desktop app, I am redirected to the following page in Safari after successfully logging in: https://127.0.0.1:60527/?code=authelia_ac_*************&scope=openid+offline_access+email+profile&state=*********. Only when I change https to http in the URL does the Mac desktop app open and the login works.
iOS App:
After I add the domain (https://ocis.example-domain.at), the app informs me that the ssl certificate is fine. Whenever I click on Continue, a safari window opens and closes again.
CONFIG
Nginx-Proxy-Manager
Custom Nginx Configuration for Authelia:
Authelia
configuration.yml:
OwnCloud Infinity Scale
container-vars.env:
Logs
ownCloud iOS App log
The text was updated successfully, but these errors were encountered: