This commit is contained in:
itumi
2026-02-10 13:20:44 +02:00
commit e052cc0742
8 changed files with 1032 additions and 0 deletions

20
oidc.yaml Normal file
View File

@@ -0,0 +1,20 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: OIDCClient
metadata:
name: memelord-jake
namespace: memelord-jake
spec:
displayName: Memelord jake
uri: https://memelord-jake.ee-lte-1.codemowers.io/
redirectUris:
- https://memelord-jake.ee-lte-1.codemowers.io/oidc/callback/
grantTypes:
- authorization_code
- refresh_token
responseTypes:
- code
availableScopes:
- openid
- profile
pkce: false