v2.1.36
Changelog
- Added
bifrost.scim.config.claimsSyncMode(bothdefault, orscim) to every SCIM/SSO provider — selects, when SCIM is enabled, whether IdP login/refresh claims still drive role/team/business-unit/profile sync and JIT user creation (both) or SCIM is the sole source of truth (scim). Renders into the provider’sclaimsSyncMode. - Made
bifrost.scim.config.apiTokenoptional for the Okta provider — removed it from the Okta configrequiredset (it was contradicting the docs, which describe the API token as optional and only needed for 24-hour background user/group reconciliation). SCIM validation now requires onlyissuerUrl,clientId, andclientSecret.

