Skip to content

Commit

Permalink
xied userinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Jul 17, 2024
1 parent cb66424 commit dc19682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/builders/arkitekt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"):
Expand Down

0 comments on commit dc19682

Please sign in to comment.