Hello @Andre , if you're succesfuly getting the Azure AD login page in postman but the expected response in the browser it signals there's something wrong with the postman configuration. Ensure postman configuration aligns with current OAuth2 documention. Eg. Callback URL is set to https://oauth.pstmn.io/v1/browser-callback and not to https://oauth.pstmn.io/v1/callback as the the blog post states.
Let us know if you need additional assistance. If the answer was helpful, please accept it and rate it so that others facing a similar issue can easily find a solution.