mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
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:
@@ -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();
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user