Skip to content

Commit 4ad92b6

Browse files
authored
Merge pull request #4470 from vanhumbeecka/master
docs: Update okta-authentication.md
2 parents 98a0f33 + a93ba6e commit 4ad92b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/end-to-end-testing/testing-strategies/okta-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Cypress.Commands.add('loginByOktaApi', (username, password) => {
221221
issuer: `https://${Cypress.env('okta_domain')}/oauth2/default`,
222222
clientId: Cypress.env('okta_client_id'),
223223
redirectUri: 'http://localhost:3000/implicit/callback',
224-
scope: ['openid', 'email', 'profile'],
224+
scopes: ['openid', 'email', 'profile'],
225225
}
226226

227227
const authClient = new OktaAuth(config)

0 commit comments

Comments
 (0)