msgraph.ini 777 B

1234567891011121314151617181920212223
  1. [Application]
  2. ; Enter your client_id here. You must get it from the AZure AD page where you registered the application
  3. ;client_id=
  4. ; Enter your client secret (secret key) here. You must get it from the AZure AD page where you registered the application
  5. ;client_secret=
  6. redirect_uri=http://localhost:8080/Redirect
  7. DeveloperKey=
  8. OpenIDRealm=
  9. access_type=atOnline
  10. [Provider]
  11. ; Enter your HOSTED DOMAIN here, this is the domain registered in Microsoft Azure AD.
  12. HostedDomain=
  13. TokenURL=https://login.windows.net/%HostedDomain%/oauth2/token
  14. AuthURL=https://login.windows.net/%HostedDomain%/oauth2/authorize
  15. AuthScope=https://graph.microsoft.com/
  16. [session_anonymous]
  17. login_hint=
  18. ; You can enter an access token or refresh token here.
  19. access_token=
  20. refresh_token=
  21. token_type=Bearer