Hi , hope doing well
To address your query , please check below
Automate the Configuration:
- Create a script or automation process that configures the Azure Web App and Azure AD App Registration with the required settings. This script should:
- Create the Azure AD App Registration.
- Set the correct callback URL (e.g.,
https://custapp.azurewebsites.net/signin-oidc
) for the App Registration. - Grant the necessary permissions.
- Retrieve and store the Client ID and Client Secret securely.
- Update the Azure Web App settings with the Client ID and other configuration details.