From d27607af78a53bda636f14f603b02b2952d6e1d8 Mon Sep 17 00:00:00 2001 From: Bruce MacDonald Date: Wed, 7 Apr 2021 05:26:20 -0700 Subject: Implement OpenID module (#599) (#1812) * Implement OpenID module (#599) - Unrelated: change Riot references to Element in client API routing Signed-off-by: Bruce MacDonald * OpenID module tweaks (#599) - specify expiry is ms rather than vague ts - add OpenID token lifetime to configuration - use Go naming conventions for the path params - store plaintext token rather than hash - remove openid table sqllite mutex * Add default OpenID token lifetime (#599) * Update dendrite-config.yaml Co-authored-by: Kegsay Co-authored-by: Kegsay --- sytest-whitelist | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sytest-whitelist') diff --git a/sytest-whitelist b/sytest-whitelist index ed02fdec..8c458571 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -517,3 +517,6 @@ AS can set avatar for ghosted users AS can set displayname for ghosted users Ghost user must register before joining room Inviting an AS-hosted user asks the AS server +Can generate a openid access_token that can be exchanged for information about a user +Invalid openid access tokens are rejected +Requests to userinfo without access tokens are rejected -- cgit v1.2.3