docs: add reference docs for oidc userinfo sig (#3875)

Documenting details userinfo_signing_algorithm. Related to #3869.

Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
pull/3903/head^2
Northguy 2022-08-26 03:55:48 +02:00 committed by GitHub
parent 6e51368035
commit ca423cd1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -418,6 +418,11 @@ know what you're doing. Potential values are `form_post`, `query`, and `fragment
The algorithm used to sign the userinfo endpoint responses. This can either be `none` or `RS256`.
| Signing Algorithm | Encoding | Content Type |
|:-----------------:|:------------:|:-----------------------------------:|
| `none` | JSON | `application/json; charset="UTF-8"` |
| `RS256` | JWT (Signed) | `application/jwt; charset="UTF-8"` |
## Integration
To integrate Authelia's [OpenID Connect] implementation with a relying party please see the