mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[7.x] Re-enable OIDC API integration test. (#54266)
This commit is contained in:
parent
a735483148
commit
a0ea5d3a17
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ export default function({ getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/43938
|
||||
it.skip('should succeed if both the OpenID Connect response and the cookie are provided', async () => {
|
||||
it('should succeed if both the OpenID Connect response and the cookie are provided', async () => {
|
||||
const { idToken, accessToken } = createTokens('1', stateAndNonce.nonce);
|
||||
const authenticationResponse = `https://kibana.com/api/security/oidc/implicit#id_token=${idToken}&state=${stateAndNonce.state}&token_type=bearer&access_token=${accessToken}`;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue