diff --git a/website/docs/advanced/sso.md b/website/docs/advanced/sso.md index 6dfb23a357..db4dd92193 100644 --- a/website/docs/advanced/sso.md +++ b/website/docs/advanced/sso.md @@ -67,4 +67,19 @@ SSO_WHITELIST=https://your.domain/*,https://your.other.domain/* When set, any requests to log in with a different `state` will be denied. -In order for the SSO `state` to match an entry from the whitelist the schema, hostname, port and path must match exactly. A wildcard `*` can be provided for the path to match anything. \ No newline at end of file +In order for the SSO `state` to match an entry from the whitelist the schema, hostname, port and path must match exactly. A wildcard `*` can be provided for the path to match anything. + +## Troubleshooting + +1. User has selected the incorrect application authorities when logging in to Stratos via SSO for the first time. + - The user can update their permissions and other account settings via https://login.< uaa address >/profile +2. Administrator wants to remove the application authorities selection users see when logging in to Stratos via SSO for the first time + - This is carried out at the Admins discretion + - Using the `uaac` cli update the 'autoapprove' property of the client used by Stratos to either `true` for all authorities or a comma separated list for the authorities to be removed. + + ``` + uaac client update --autoapprove true + ``` +3. User sees the error message `No scopes were granted` when trying to log in to Stratos via SSO + - User may not have selected any of the application authorities when logging in to Stratos via SSO for the first time + - Either of the resolutions to 1 and 2 can be made diff --git a/website/docs/deploy/cloud-foundry/cloud-foundry.md b/website/docs/deploy/cloud-foundry/cloud-foundry.md index 50c246f7e6..88961f85b8 100644 --- a/website/docs/deploy/cloud-foundry/cloud-foundry.md +++ b/website/docs/deploy/cloud-foundry/cloud-foundry.md @@ -147,7 +147,7 @@ Follow instructions [here](db-migration). ## Use SSO Login -By default Stratos will present its own login UI and only supports username and password authentication with your UAA. You can configure Stratos to use UAA's login UI by specifying the the `SSO_LOGIN` environment variable in the manifest, for example: +By default Stratos will present its own login UI and only supports username and password authentication with your UAA. You can configure Stratos to use UAA's login UI by specifying the `SSO_LOGIN` environment variable in the manifest, for example: ``` applications: diff --git a/website/src/theme/DocVersionSuggestions/index.js b/website/src/theme/DocVersionSuggestions/index.js index 239d0265b1..3612410fc2 100644 --- a/website/src/theme/DocVersionSuggestions/index.js +++ b/website/src/theme/DocVersionSuggestions/index.js @@ -38,8 +38,6 @@ function DocVersionSuggestions() { const activeVersionName = activeVersion.name; // try to link to same doc in latest version (not always possible) // fallback to main doc of latest version - styles; - const suggestedDoc = latestDocSuggestion ?? getVersionMainDoc(latestVersionSuggestion); return (