iainmcgin / AppAuth-Demo

A demonstration of using the AppAuth library with Google, Facebook, Microsoft and Github
Apache License 2.0
21 stars 6 forks source link

Microsoft config: remove client secret, use custom redirect uri #3

Closed gabrielittner closed 5 years ago

gabrielittner commented 6 years ago

For this to work you need to go to https://apps.dev.microsoft.com/#/application/fb7f3460-68b6-48f9-a272-71e1ebf39cd2 and enable the custom redirect uri in the Platforms -> Native application section. The PR uses the default one which is msal<client id>://auth.

closes #1