docs: update oidc docs for gitea (#3777)

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
This commit is contained in:
Clément Radenac 2022-08-02 02:27:23 +02:00 committed by GitHub
parent 3297852a35
commit bdb65318f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,9 @@ community: true
## Tested Versions ## Tested Versions
* [Authelia] * [Authelia]
* [v4.36.1](https://github.com/authelia/authelia/releases/tag/v4.36.1) * [v4.36.3](https://github.com/authelia/authelia/releases/tag/v4.36.3)
* [Gitea] * [Gitea]
* [1.16.5](https://github.com/go-gitea/gitea/releases/tag/v1.16.5) * [1.17.0](https://github.com/go-gitea/gitea/releases/tag/v1.17.0)
## Before You Begin ## Before You Begin
@ -68,7 +68,7 @@ will operate with the above example:
- email - email
- profile - profile
redirect_uris: redirect_uris:
- https://gitea.example.com - https://gitea.example.com/user/oauth2/authelia/callback
userinfo_signing_algorithm: none userinfo_signing_algorithm: none
``` ```