From 9879ee326ed105625c182bf6a273ee6d2a78b2a3 Mon Sep 17 00:00:00 2001 From: zicklag Date: Fri, 24 May 2024 20:07:25 +0000 Subject: [PATCH] Add opengist --- opengist | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 opengist diff --git a/opengist b/opengist new file mode 100644 index 0000000..2e5f575 --- /dev/null +++ b/opengist @@ -0,0 +1,5 @@ +{ + "client_id": "https://git.weird.one/zicklag/oidc-config/raw/branch/main/opengist.json", + "redirect_uris": ["https://opengist.weird.one/oauth/openid-connect/callback"], + "grant_types": ["authorization_code", "refresh_token"] +}