A cloud-based identity and access management service for securing user authentication and resource access
The issue you're experiencing with the prompt=create parameter not working as expected may be related to changes in the Microsoft Entra External ID authentication flow. As of the current documentation, the supported prompt values include create, which is intended to trigger a sign-up dialog for external users. However, if this functionality has stopped working, it could be due to recent updates or changes in the Microsoft Entra service that have not been documented yet.
To achieve the goal of redirecting users directly to the sign-up page, ensure that you are using the correct syntax for the URL parameters. Additionally, consider checking any recent updates from Microsoft regarding the Entra External ID service, as these may provide insights into changes affecting the prompt behavior.
If the prompt=create is not functioning, you might also want to explore the possibility of using the screen_hint=signup parameter, as it has been suggested in documentation for similar purposes. However, if both parameters are failing, it may be necessary to reach out to Microsoft support for clarification on the current behavior of these parameters and any potential workarounds.
References: