AppModelv2-WebApp-OpenIDConnect-nodejs icon indicating copy to clipboard operation
AppModelv2-WebApp-OpenIDConnect-nodejs copied to clipboard

A Node.js web app using OpenID Connect authentication with Azure AD v2.0

Results 5 AppModelv2-WebApp-OpenIDConnect-nodejs issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

I finished the configure process as Readme. authentication failed due to: Cannot get AAD Federation metadata

https://github.com/AzureADQuickStarts/AppModelv2-WebApp-OpenIDConnect-nodejs/blob/f037b4651b4b93b80f405b703f6d2df2deb7e32a/app.js#L128 Can you please elaborate this? I understand what nextTick does (https://nodejs.dev/learn/understanding-process-nexttick), but why use it here?

How did you configure your app registration logout URI so that the local URI doesn't require HTTPS? I keep getting an error. If it must require the URI to support...