When trying to add a reply URL on the Reply URLs settings screen for Azure AD, we are unable to add a non-HTTPS URL. There are previously-entered URLs that begin with HTTP://, but it won't let a new one be added, saying it must be HTTPS. Since there are some URLs with HTTP entered, it must have been valid at one point.
This is an example screenshot of the Reply URLs screen taken from an Azure AD help page:
The field turns red and refuses to allow an HTTP URL. Is there a setting that can be changed to ease this restriction?
In this case, the URL the login is for is something like http://my-site-dev, and the redirect URL should be the same. The URL is arbitrarily set in my hosts file and bound to localhost, but I need the reply URL to be set in Azure to test authentication.
To set your reply URL in Azure:Select Azure Active Directory | App Registration, then select your app. Select Add a Redirect URI. Enter your reply URL in the Redirect URI field. Select Save.
To fix the issue, follow these steps: Ensure that the AssertionConsumerServiceURL value in the SAML request matches the Reply URL value configured in Azure AD. Verify or update the value in the Reply URL textbox to match the AssertionConsumerServiceURL value in the SAML request.
Use the HTTP connector to fetch resources from various Web services, authenticated by Azure Active Directory (Azure AD), or from an on-premise web service.
A redirect URI, or reply URL, is the location where the authorization server sends the user once the app has been successfully authorized and granted an authorization code or access token.
The screen shot you have shared I have not seen this window in my side. Now you can add both http
and https
as reply URL in application registration page and manifest file as well.
I have tested App Registrations
and App Registrations Legacy
And there is no other settings for that. You can try on azure portal in following ways.
Manifest File:
Reply URLs:
App Registrations (Legacy)
App Registrations:
Note: While you are registering new apps in that time it would encounter you to set http
. Just put https
and after app registration update it to http
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With