website/integrations: use Signing Key instead of RSA Key

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-01-10 20:18:05 +01:00
parent 8ff8e1d5f7
commit 0181361efa
8 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ Create an application in authentik. Create an OAuth2/OpenID provider with the fo
- Client Type: `Confidential`
- Scopes: OpenID, Email and Profile
- RSA Key: Select any available key
- Signing Key: Select any available key
- Redirect URIs: `https://matrix.company/_synapse/client/oidc/callback`
Note the Client ID and Client Secret values. Create an application, using the provider you've created above. Note the slug of the application you've created.