oauth2ms icon indicating copy to clipboard operation
oauth2ms copied to clipboard

"AADSTS700025: Client is public so neither 'client_assertion' nor 'client_secret' should be presented.

Open NimSed opened this issue 2 years ago • 1 comments

Hi there. Great piece of code. Is this error familiar?: Server returned: {'error': 'invalid_client', 'error_description': "AADSTS700025: Client is public so neither 'client_assertion' nor 'client_secret' should be presented. ...

NimSed avatar Sep 09 '22 02:09 NimSed

I just ran into the same. When adding the redirect URI, you need to set it as a Web application, and that should resolve the error. You may need to delete and recreate the app in Azure.

justusthane avatar Sep 14 '22 17:09 justusthane