website/integrations: replaces all kbd and em tags (#14980)

Replaces all kbd and em tags
This commit is contained in:
Dewi Roberts
2025-06-09 21:06:37 +01:00
committed by GitHub
parent dea2d67ceb
commit 856ac052e7
89 changed files with 278 additions and 277 deletions

View File

@ -46,7 +46,7 @@ The configuration for each application is nearly identical, except for the **Cli
- **Client Secret**: Use the value generated by authentik.
- **Redirect URIs**:
- Strict: <kbd>https://<em>owncloud.company</em>/apps/openidconnect/redirect</kbd>
- Strict: `https://owncloud.company/apps/openidconnect/redirect`
**Desktop Application**
@ -55,8 +55,8 @@ The configuration for each application is nearly identical, except for the **Cli
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URIs**:
- Regex: <kbd>http://localhost:\d+</kbd>
- Regex: <kbd>http://127.0.0.1:\d+</kbd>
- Regex: `http://localhost:\d+`
- Regex: `http://127.0.0.1:\d+`
**Android Application**
@ -65,7 +65,7 @@ The configuration for each application is nearly identical, except for the **Cli
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URI**:
- Strict: <kbd>oc://android.owncloud.com</kbd>
- Strict: `oc://android.owncloud.com`
**iOS Application**
@ -74,7 +74,7 @@ The configuration for each application is nearly identical, except for the **Cli
- **Client Secret**: Use the predefined value found in the [ownCloud admin manual](https://doc.owncloud.com/server/latest/admin_manual/configuration/user/oidc/oidc.html#client-secret).
- **Redirect URI**:
- Strict: <kbd>oc://ios.owncloud.com</kbd>
- Strict: `oc://ios.owncloud.com`
- **Advanced protocol settings:**
- **Scopes**: Select the following scopes for each of the four application/provider pairs: `email`, `offline_access`, `openid`, `profile`.