Skip to content
Snippets Groups Projects
Verified Commit 6b8b8728 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove unused USER_PANEL Oauth client

parent c2837cd1
Branches
Tags
No related merge requests found
......@@ -65,17 +65,6 @@ data:
ui_url: https://sso.${domain}/login/registration
oAuthClients:
- clientName: *USER_PANEL
clientSecret: "${userpanel_oauth_client_secret}"
redirectUri: "https://admin.${domain}/callback"
scopes: "openid profile email stackspin_roles"
clientUri: "https://admin.${domain}"
clientLogoUri: "https://admin.${domain}/favicon.ico"
tokenEndpointAuthMethod: "client_secret_basic"
responseTypes:
- "token"
grantTypes:
- "implicit"
- clientName: *NEXTCLOUD
clientSecret: "${nextcloud_oauth_client_secret}"
redirectUri: "https://files.${domain}/apps/sociallogin/custom_oidc/stackspin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment