From dc196823914372dc69cad71d21e83008a5218a30 Mon Sep 17 00:00:00 2001 From: Johannes Roos Date: Wed, 17 Jul 2024 17:18:29 +0200 Subject: [PATCH] xied userinfo --- contrib/builders/arkitekt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/builders/arkitekt.py b/contrib/builders/arkitekt.py index b5248e0..b62350f 100644 --- a/contrib/builders/arkitekt.py +++ b/contrib/builders/arkitekt.py @@ -42,7 +42,7 @@ def lok(self: "SelfServiceDescriptor", context: "LinkingContext", descriptor: "D - return { "base_url": base_url + "/o", "userinfo_url ": f"{base_url}/o/userinfo", "token_url": f"{base_url}/o/token", "authorization_url": f"{base_url}/o/authorize", "client_id": context.client.client_id, "client_secret": context.client.client_secret, "client_type": context.client.client_type, "grant_type": context.client.authorization_grant_type, "name": context.client.name, "scopes": context.manifest.scopes, "__service": "live.arkitekt.lok"} | generic(self, context, descriptor) + return { "base_url": base_url + "/o", "userinfo_url": f"{base_url}/o/userinfo", "token_url": f"{base_url}/o/token", "authorization_url": f"{base_url}/o/authorize", "client_id": context.client.client_id, "client_secret": context.client.client_secret, "client_type": context.client.client_type, "grant_type": context.client.authorization_grant_type, "name": context.client.name, "scopes": context.manifest.scopes, "__service": "live.arkitekt.lok"} | generic(self, context, descriptor) def lok_dep(self: "SelfServiceDescriptor", context: "LinkingContext", descriptor: "DockerServiceDescriptor"):