Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 23 May 13:14
· 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/import endpoint (super_admin, shares the 10/min rate-limit bucket with the existing POST /scim/credentials mint endpoint) and a distinct scim_token_imported audit event so imported credentials are auditable separately from generated ones