Migration guide from external idp to embedded idp (#658)

* added migration guide from external to embedded idp

* updated guide

* clarify issuer domain used

* improved docs structure and added clarifying notes

* updated guide to match latest binary

* link fixes and added extra psql instructions

* update versions properly
This commit is contained in:
Nicolas Frati
2026-04-02 11:11:20 +02:00
committed by GitHub
parent 6435f4c62a
commit a210d44736
3 changed files with 430 additions and 1 deletions

View File

@@ -644,6 +644,10 @@ export const docsNavigation = [
title: 'Enable Reverse Proxy',
href: '/selfhosted/migration/enable-reverse-proxy',
},
{
title: 'External IdP to Embedded IdP',
href: '/selfhosted/migration/external-to-embedded-idp',
},
],
},
],