Forum Discussion
Lipikasree
Jul 13, 2026Copper Contributor
Can the built-in "No account? Create one" link redirect to a custom sign-up page?
I'm using Microsoft Entra External ID with a built-in sign-in/sign-up user flow. On the Microsoft-hosted sign-in page, the "No account? Create one" link always redirects users to the default Entra s...
yhl
Jul 21, 2026MCT
What you're essentially looking for is the native authentication, where entire authentication is using API calls with EEID instead of you redirecting to EEID to perform SISU
https://learn.microsoft.com/en-us/entra/identity-platform/concept-native-authentication
If you're using redirect based SISU (sign-in, sign-up) where EEID hosts the SISU pages, there is currently very little customization option but MS is also making improvement on that.