website/integrations: gitlab to have binding in saml section be post (#12677)
Update index.md to have binding in saml section be post After upgrading to version 2024.12.2 SAML stopped working in gitlab and was causing 502 errors. After some troubleshooting I finally got it to work again by changing binding to "Post" instead of the recommended "Redirect" in this howto. Signed-off-by: Nestor N. Camacho III <ncamacho@gmail.com>
This commit is contained in:

committed by
GitHub

parent
22d6dd3098
commit
427a8c91c8
@ -38,7 +38,7 @@ Create an application in authentik and note the slug, as this will be used later
|
||||
- ACS URL: `https://gitlab.company/users/auth/saml/callback`
|
||||
- Audience: `https://gitlab.company`
|
||||
- Issuer: `https://gitlab.company`
|
||||
- Binding: `Redirect`
|
||||
- Binding: `Post`
|
||||
|
||||
Under _Advanced protocol settings_, set a certificate for _Signing Certificate_.
|
||||
|
||||
|
Reference in New Issue
Block a user