website/docs: Correcting IDP URLs on Mailcow integration page (#13803)

Updating URLs to correct IDP URLs

Signed-off-by: Adam Berry <adam.berry@racklab.io>
This commit is contained in:
Adam Berry
2025-04-08 08:35:55 +01:00
committed by GitHub
parent 360223a2ff
commit fd21aae4f9

View File

@ -50,9 +50,9 @@ To configure mailcow with authentik, log in as an administrator and navigate to
Then, go to **Access** > **Identity Provider** and enter the following information in the form: Then, go to **Access** > **Identity Provider** and enter the following information in the form:
- **Identity Provider**: <kbd>Generic-OIDC</kbd> - **Identity Provider**: <kbd>Generic-OIDC</kbd>
- **Authorization endpoint**: <kbd>https://<em>mailcow.company</em>/application/o/authorize/</kbd> - **Authorization endpoint**: <kbd>https://<em>authentik.company</em>/application/o/authorize/</kbd>
- **Token endpoint**: <kbd>https://<em>mailcow.company</em>/application/o/token/</kbd> - **Token endpoint**: <kbd>https://<em>authentik.company</em>/application/o/token/</kbd>
- **User info endpoint**: <kbd>https://<em>mailcow.company</em>/application/o/userinfo/</kbd> - **User info endpoint**: <kbd>https://<em>authentik.company</em>/application/o/userinfo/</kbd>
- **Client ID**: The `Client ID` from the authentik provider - **Client ID**: The `Client ID` from the authentik provider
- **Client Secret**: The `Client secret` from the authentik provider - **Client Secret**: The `Client secret` from the authentik provider
- **Redirect Url**: <kbd>https://<em>mailcow.company</em></kbd> - **Redirect Url**: <kbd>https://<em>mailcow.company</em></kbd>