chore: add revocation endpoint to oauth well-known (#20561)

Was added to apps endpoints, but not the wider site ones. This is a site
wide oauth route
This commit is contained in:
Steven Masley
2025-10-29 16:44:53 -05:00
committed by GitHub
parent 9629d873fb
commit 54497f4f6b
7 changed files with 12 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ curl -X GET http://coder-server:8080/api/v2/.well-known/oauth-authorization-serv
"response_types_supported": [
"string"
],
"revocation_endpoint": "string",
"scopes_supported": [
"string"
],
+2
View File
@@ -5322,6 +5322,7 @@ Only certain features set these fields: - FeatureManagedAgentLimit|
"response_types_supported": [
"string"
],
"revocation_endpoint": "string",
"scopes_supported": [
"string"
],
@@ -5342,6 +5343,7 @@ Only certain features set these fields: - FeatureManagedAgentLimit|
| `issuer` | string | false | | |
| `registration_endpoint` | string | false | | |
| `response_types_supported` | array of string | false | | |
| `revocation_endpoint` | string | false | | |
| `scopes_supported` | array of string | false | | |
| `token_endpoint` | string | false | | |
| `token_endpoint_auth_methods_supported` | array of string | false | | |