Add OIDCGWClient to deployment.yaml
This commit is contained in:
parent
beb86f7b23
commit
432cf97a70
@ -1,4 +1,27 @@
|
|||||||
---
|
---
|
||||||
|
apiVersion: codemowers.io/v1alpha1
|
||||||
|
kind: OIDCGWClient
|
||||||
|
metadata:
|
||||||
|
name: authorization-code-sample-client
|
||||||
|
spec:
|
||||||
|
uri: 'https://client-gab7y.codemowers.ee/'
|
||||||
|
redirectUris:
|
||||||
|
- 'https://client-gab7y.codemowers.ee/cb'
|
||||||
|
# allowedGroups: # if no groups are set, everyone is allowed
|
||||||
|
# - 'codemowers:users'
|
||||||
|
grantTypes:
|
||||||
|
- 'authorization_code'
|
||||||
|
- 'refresh_token' # might be supported by some implementations
|
||||||
|
responseTypes:
|
||||||
|
- 'code'
|
||||||
|
# - 'code id_token' # might be needed in some implementations
|
||||||
|
availableScopes:
|
||||||
|
- 'openid'
|
||||||
|
- 'profile'
|
||||||
|
- 'offline_access'
|
||||||
|
tokenEndpointAuthMethod: 'client_secret_basic'
|
||||||
|
pkce: true
|
||||||
|
---
|
||||||
apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
|
Loading…
Reference in New Issue
Block a user