Azure-Samples / active-directory-node-webapi

A NodeJS web API that is secured using Azure AD and OAuth 2.0 access tokens.
105 stars 64 forks source link

APP ID URI? #30

Closed MasayukiIida closed 4 years ago

MasayukiIida commented 5 years ago

I am trying to setup the sample server, but sumbled at app registeration.

What do i enter for "REDIRECT URI" ? http://localhost:8888/ http://localhost:8888/login http://localhost:8888/auth/provider/callback

Also, if I have to edit the manifest, could someone please tell me exactly which URL goes to which variables?

Thank you :)

derisen commented 4 years ago

Closing this issue as there's a more recent sample here

For application registration, please consult the documentation here