apps/do: oauth for vikunja-test
This commit is contained in:
parent
b25c888027
commit
3f7adfa97b
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
apiVersion: secretgenerator.mittwald.de/v1alpha1
|
||||||
|
kind: StringSecret
|
||||||
|
metadata:
|
||||||
|
name: stackspin-vikunja-test-oauth-variables
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
data:
|
||||||
|
client_id: vikunja-test
|
||||||
|
fields:
|
||||||
|
- fieldName: client_secret
|
||||||
|
length: "32"
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
- id_token
|
- id_token
|
||||||
- code
|
- code
|
||||||
scope: "openid profile email stackspin_roles"
|
scope: "openid profile email stackspin_roles"
|
||||||
secretName: stackspin-vikunja-oauth-variables
|
secretName: stackspin-vikunja-test-oauth-variables
|
||||||
redirectUris:
|
redirectUris:
|
||||||
- https://test.${vikunja_domain}/auth/openid/stackspin
|
- https://test.${vikunja_domain}/auth/openid/stackspin
|
||||||
tokenEndpointAuthMethod: client_secret_post
|
tokenEndpointAuthMethod: client_secret_post
|
||||||
|
|
Loading…
Reference in New Issue