We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd9055 commit 2cb2fc1Copy full SHA for 2cb2fc1
api/v4/security/jwt-bearer.md
@@ -185,7 +185,7 @@ applications:
185
GRANT_TYPE: client_credentials
186
SSO_AUTHORITIES: uaa.resource, sampleapi.read
187
SSO_RESOURCES: sampleapi.read
188
- SSO_SHOW_ON_HOME_PAGE: "false"
+ SSO_SHOW_ON_HOME_PAGE: false
189
services:
190
- sampleSSOService
191
```
api/v4/security/sso-open-id.md
@@ -205,7 +205,7 @@ applications:
205
206
SSO_IDENTITY_PROVIDERS: steeltoe-uaa
207
SSO_SCOPES: openid, profile, sampleapi.read
208
- SSO_SHOW_ON_HOME_PAGE: "true"
+ SSO_SHOW_ON_HOME_PAGE: true
209
210
211
0 commit comments