mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
f98a24e0bc
* Adds warning to all SAML integration guides * Fix version number... * website/integrations: reuse SAML provider warning Extract the repeated SAML provider 2026.5 warning into a shared integrations partial so guide updates stay consistent. Agent-thread: https://sdko.org/internal/threads/019e64f2-15ba-7a72-93d6-e40ddc96e4b6 Co-authored-by: Agent <agent@svc.sdko.net> --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Dominic R <dominic@goauthentik.io> Co-authored-by: Agent <agent@svc.sdko.net>
6 lines
565 B
Plaintext
6 lines
565 B
Plaintext
:::warning SAML provider changes in authentik 2026.5
|
|
authentik 2026.5 introduces changes to how the SAML provider behaves. Specifically, the provider now automatically sets the **Issuer** value to: `https://authentik.company/application/saml/<application_slug>/metadata/`
|
|
|
|
Older versions of authentik set this value to `authentik` by default. If you're running an older version, please set **Issuer** to `https://authentik.company/application/saml/<application_slug>/metadata/`, where `<application_slug>` is the **slug** that you selected for the application.
|
|
:::
|