Gerrit Bot has uploaded this change for review.
endpoints: add ZITADEL endpoint
OAuth APIs: https://docs.zitadel.ch/docs/apis/openidoauth/endpoints/
Change-Id: I6f7f8473d8a6a8114dc7313e04313619a033673c
GitHub-Last-Rev: edddd6a7fb82b0ae5908077db24bb76f56e27e32
GitHub-Pull-Request: golang/oauth2#501
---
M endpoints/endpoints.go
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/endpoints/endpoints.go b/endpoints/endpoints.go
index cd3e167..18b3339 100644
--- a/endpoints/endpoints.go
+++ b/endpoints/endpoints.go
@@ -209,6 +209,12 @@
TokenURL: "https://oauth.yandex.com/token",
}
+// Zitadel is the endpoint for ZITADEL.
+var Zitadel = oauth2.Endpoint{
+ AuthURL: "https://accounts.zitadel.ch/oauth/v2/authorize",
+ TokenURL: "https://api.zitadel.ch/oauth/v2/token",
+}
+
// Zoom is the endpoint for Zoom.
var Zoom = oauth2.Endpoint{
AuthURL: "https://zoom.us/oauth/authorize",
To view, visit change 326369. To unsubscribe, or for help writing mail filters, visit settings.
Gopher Robot abandoned this change.
To view, visit change 326369. To unsubscribe, or for help writing mail filters, visit settings.