Adapt OAuth2 implementation to Matrix Spec v1.18 (#34026)
* Adapt OAuth2 implementation to Matrix Spec v1.18 * Handle more cases of oidc->oauth * Fix test * Fix read back of oauth2 context * Iterate * Fix tests * Discard changes to apps/web/playwright/e2e/settings/account-user-settings-tab.spec.ts * Fix test * Fix test * Fix test * Potential fix for pull request finding 'Unused variable, import, function or class' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Iterate * Iterate * Fix test --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
parent
38e29c51c4
commit
2bc9656957
@@ -92,8 +92,10 @@ test.describe("Account user settings tab", () => {
|
||||
authorization_endpoint: `${EXTERNAL_ACCOUNT_MANAGEMENT_URL}authorize`,
|
||||
token_endpoint: `${EXTERNAL_ACCOUNT_MANAGEMENT_URL}token`,
|
||||
revocation_endpoint: `${EXTERNAL_ACCOUNT_MANAGEMENT_URL}revoke`,
|
||||
registration_endpoint: `${EXTERNAL_ACCOUNT_MANAGEMENT_URL}register`,
|
||||
response_types_supported: ["code"],
|
||||
grant_types_supported: ["authorization_code"],
|
||||
grant_types_supported: ["authorization_code", "refresh_token"],
|
||||
response_modes_supported: ["query", "fragment"],
|
||||
code_challenge_methods_supported: ["S256"],
|
||||
account_management_uri: EXTERNAL_ACCOUNT_MANAGEMENT_URL,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user