OIDC Logout Bug (#14545)

* fixes issue with token auth selected after logging out from oidc or jwt methods

* adds changelog entry

* reverts backendType var name change in auth-form authenticate method
This commit is contained in:
Jordan Reimer
2022-03-18 09:40:17 -06:00
committed by GitHub
parent 3fdb221aa6
commit d8128eaa5a
8 changed files with 121 additions and 77 deletions

View File

@@ -165,7 +165,6 @@ export default Component.extend({
return this.handleOIDCError(e);
}
let token = resp.auth.client_token;
this.onSelectedAuth('token');
this.onToken(token);
yield this.onSubmit();
}),