v1.7.1
·
28 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Added
- Outbound SCIM credentials can now be imported from the downstream application in addition to being generated by WeftID. Use the new Import existing token button on the SP's SCIM tab for receivers that mint the bearer token on their side (e.g. Authentik, some self-hosted SCIM servers). Generated and imported tokens are stored and pushed identically; only the source differs
- New additive
POST /api/v1/service-providers/{sp_id}/scim/credentials/importendpoint (super_admin, shares the 10/min rate-limit bucket with the existingPOST /scim/credentialsmint endpoint) and a distinctscim_token_importedaudit event so imported credentials are auditable separately from generated ones