Remove unnecessary parameters for oidc configuration (#20053)
Juan Cañete committed
Apr 4, 2025 at 13:24 UTC
402a12a63f6997ff2e3900247c75a1b3a6d8ec08
1 file changed
-3
integrations/cloud-authentication/metadata.yaml
-3
@@ -88,9 +88,6 @@
88
- **Issuer URL** the Authorization Server Issuer URL, e.g. `https://my-auth-server.com/`
89
- **Client ID** the Client ID from the created client
90
- **Client Secret** the Client Secret from the created client
91
- - **Authorization URL** the Authorization Server authorization URL, e.g. `https://my-auth-server.com/openid-connect/auth`
92
- - **Token URL** the Authorization Server token URL, e.g. `https://my-auth-server.com/openid-connect/token`
93
- - **User URL** the Authorization Server user info URL, e.g. `https://my-auth-server.com/openid-connect/userinfo`
91
92
### Supported features
93
* SP-initiated SSO (Single Sign-On)