Skip to content

Commit e45492a

Browse files
authored
fix(providers): add state as default check to Okta (#9648)
1 parent c78f6e0 commit e45492a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/providers/okta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export default function Okta<P extends OktaProfile>(
9999
name: "Okta",
100100
type: "oidc",
101101
style: { logo: "/okta.svg", bg: "#000", text: "#fff" },
102+
checks: ['pkce', 'state'],
102103
options,
103104
}
104105
}

0 commit comments

Comments
 (0)