Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Solve issue #328
Browse files Browse the repository at this point in the history
  • Loading branch information
lovemaths committed Jul 6, 2017
1 parent 6a3687b commit a20f985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oidcstrategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ function Strategy(options, verify) {
* |--- ...
* |--- 'user': full user info
*/
this._key = options.sessionKey || ('OIDC: ' + options.redirectUrl);
this._key = options.sessionKey || ('OIDC: ' + options.clientID);

if (!options.identityMetadata) {
// default value should be https://login.microsoftonline.com/common/.well-known/openid-configuration
Expand Down

0 comments on commit a20f985

Please sign in to comment.