It perfectly works on125713-aad-implicit-flow-ask-question.pdf brower with a login. However when i try to create a token using postman for implicit flow i am getting html page for sign in.
Added the detailed information in the document attached
It perfectly works on125713-aad-implicit-flow-ask-question.pdf brower with a login. However when i try to create a token using postman for implicit flow i am getting html page for sign in.
Added the detailed information in the document attached
Hello @RadhaRajendran-9030,
I just wanted to check in and see if you had any other questions or if you were able to resolve this issue? If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.
Hello @RadhaRajendran-9030,
Thanks for reaching out.
Looking at attachment, it seems to be web application is not liking given token due to which request was redirect Azure AD for login, so when I decode Bearer token from https://jwt.ms, I could see token was issued for "audience": "https://graph.microsoft.com" but we are not sure if web application us performing any server-server call to azure AD to get another set of token silently when you access through Brower so if you could collect HTTP network trace (from browser developer mode) for working scenario so that you could compare Bearer token for both scenario also you can try copy token from browser and using it from postman to see if that works so that you can isolate. Hope this helps.

Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
23 people are following this question.