Thank you for posting your query from above description I could understand that you are trying to register application with Azure identity but you are getting AADSTS500117: The reply uri specified in the request isn't using a secure scheme.
The above error is due to restrictions and limitations:
Redirect URIs must begin with the scheme
https
. There are some exceptions for localhost redirect URIs.
I would recommend to either use HTTPS scheme as prefix instead of HTTPS. However if this does not fulfil your requirement I would recommend to post this as a feedback request on our feedback portal as this is monitored by our service engineering team.
Thanks,
Akshay Kaushik
Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.