authelia: add ownCloud iOS OIDC client to git config
This commit is contained in:
@@ -134,6 +134,28 @@ identity_providers:
|
|||||||
- groups
|
- groups
|
||||||
- offline_access
|
- offline_access
|
||||||
userinfo_signed_response_alg: none
|
userinfo_signed_response_alg: none
|
||||||
|
- client_id: mxd5OQDk6es5LzOzRvidJNfXLUZS2oN3oUFeXPP8LpPrhx3UroJFduGEYIBOxkY1
|
||||||
|
client_name: ownCloud iOS
|
||||||
|
client_secret: '{{ secret "/config/secrets/oidc_ocis_ios" }}'
|
||||||
|
public: false
|
||||||
|
require_pkce: true
|
||||||
|
pkce_challenge_method: S256
|
||||||
|
token_endpoint_auth_method: client_secret_basic
|
||||||
|
authorization_policy: one_factor
|
||||||
|
response_types:
|
||||||
|
- code
|
||||||
|
grant_types:
|
||||||
|
- authorization_code
|
||||||
|
- refresh_token
|
||||||
|
redirect_uris:
|
||||||
|
- oc://ios.owncloud.com
|
||||||
|
scopes:
|
||||||
|
- openid
|
||||||
|
- profile
|
||||||
|
- email
|
||||||
|
- offline_access
|
||||||
|
userinfo_signed_response_alg: none
|
||||||
|
|
||||||
- client_id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69
|
- client_id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE69
|
||||||
client_name: ownCloud Desktop
|
client_name: ownCloud Desktop
|
||||||
client_secret: '{{ secret "/config/secrets/oidc_ocis_desktop" }}'
|
client_secret: '{{ secret "/config/secrets/oidc_ocis_desktop" }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user