We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
signinResponse.profile.sid
1 parent ce5dea0 commit f4a10e9Copy full SHA for f4a10e9
src/UserManager.js
@@ -215,7 +215,7 @@ export class UserManager extends OidcClient {
215
return this.processSigninResponse(navResponse.url).then(signinResponse => {
216
Log.debug("UserManager.querySessionStatus: got signin response");
217
218
- if (signinResponse.session_state && signinResponse.profile.sub && signinResponse.profile.sid) {
+ if (signinResponse.session_state && signinResponse.profile.sub) {
219
Log.info("UserManager.querySessionStatus: querySessionStatus success for sub: ", signinResponse.profile.sub);
220
return {
221
session_state: signinResponse.session_state,
0 commit comments