Closed ydg closed 7 years ago
I use the default value of sessionChecksEnabled (false). In the validateDiscoveryDocument function this.sessionChecksEnabled = doc['check_session_iframe']; so later if(this.sessionChecksEnabled) will be true (even if I specified false initially)
this.sessionChecksEnabled = doc['check_session_iframe'];
I use the default value of sessionChecksEnabled (false). In the validateDiscoveryDocument function
this.sessionChecksEnabled = doc['check_session_iframe'];
so later if(this.sessionChecksEnabled) will be true (even if I specified false initially)