Forum Discussion
Client ID - 0c4b69a8-adac-4ec1-b310-6c28ff9fa263 Does NOT exist in App registrations.
You need to read up on creating a service principal.
https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-create-service-principal-portal#register-an-application-with-azure-ad-and-create-a-service-principal
Hello BradD,
Thanks for replying promptly!
After I set up app from app registrations, I'm able to login this time without any issues.
But, I have already used my app credentials last time, but it did not work and now worked. What's really happening?
And, here is another issue I'm facing now.
I'm able to authenticate using authcode, but UNABLE to authenticate using refresh token.
I'm getting Unauthorized exception when trying to authenticate using refresh token.
Here's some info about my app set up in app registrations.
-> created app with some name
-> added client secret
-> created redirect uri's, one for web, and another for mobile and desktop app. they both haave a value of http://localhost:8080/
->Added permissions under API permissions, the permissions are only for file reads, so just added "Files.ReadWrite.All, User.Read, offline_access"
->Assigned roles are "Files.ReadWrite.All, offline_access"
Can you please help me with that why I'm unable to authenticate using refresh token?
-KN