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.
1 parent 1443996 commit e8601a8Copy full SHA for e8601a8
src/UserManager.js
@@ -205,7 +205,7 @@ export class UserManager extends OidcClient {
205
206
args.redirect_uri = url;
207
args.prompt = "none";
208
- args.response_type = this.settings.query_status_response_type;
+ args.response_type = args.response_type || this.settings.query_status_response_type;
209
args.scope = "openid";
210
211
return this._signinStart(args, this._iframeNavigator, {
0 commit comments