feat(okta): add provider to the SDK with 1 security check (#11079)

This commit is contained in:
Daniel Barranquero
2026-05-13 15:57:57 +02:00
committed by GitHub
parent 934d995661
commit 4dd5baadf6
60 changed files with 2905 additions and 68 deletions
@@ -158,6 +158,15 @@ The following list includes all the Vercel checks with configurable variables th
| `team_member_role_least_privilege` | `max_owners` | Integer |
| `team_no_stale_invitations` | `stale_invitation_threshold_days` | Integer |
## Okta
### Configurable Checks
The following list includes all the Okta checks with configurable variables that can be changed in the configuration YAML file:
| Check Name | Value | Type |
|---------------------------------------------------------------|------------------------------------|---------|
| `signon_global_session_idle_timeout_15min` | `okta_max_session_idle_minutes` | Integer |
## Config YAML File Structure
<Note>