且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

“请求中指定的回复 URL 与为应用程序配置的回复 URL 不匹配"使用 Spring Boot 和 Azure AD

更新时间:2023-11-27 14:47:16

I have answered similar questions before.

There is a general solution to the problem of not match:

When you visit the application url , you will be redirected to the login page. Decode the authorization request URL, you will find redirect_uri, copy the value of redirect_uri and paste it into the azure portal, and try again.

For the redirect URL, it should start with https, if you need to start with http, you must configure it as http://localhost.