1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-02 23:27:22 +02:00
NiteHawk c395669649
20220802 fix nextcloud (#1750)
* Avoid Nextcloud "Current user is not logged in" (Statuscode 997)

The error message results from oauth2-proxy trying to pass the
access token via URL. Instead it needs to be sent via header,
thus the Nextcloud provider requires a fix similar to what #1502
did before for the keycloak provider.

* Implement EnrichSession() for Nextcloud provider

Parse nested JSON to transform relevant information (groups, id,
email) from the OAuth2 userinfo endpoint into session.

* Update CHANGELOG.md (add link to PR #1750)
2022-10-15 14:25:15 +01:00
..
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-05-25 20:05:12 +01:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2020-09-29 17:44:42 +01:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-10-15 14:25:15 +01:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2022-03-13 10:08:33 +00:00
2020-12-21 16:51:52 -08:00