SSA
Revoke SSA
Revokes existing active SSA based on jti or org_id
- jti - for delete only one SSA, the specified by jti
- org_id - for delete all SSA of the specified organization.
Security: Bearer Auth
Provide your bearer token in the Authorization header when making requests to protected resources.
Example: Authorization: Bearer {{your-access-token}}
Security: OAuth 2.0
Scopes:
- https://jans.io/auth/ssa.admin - SSA Admin, You can revoke SSA.
delete/restv1/ssa
Query parameters
jtistring
A unique identifier for the token, which can be used to prevent reuse of the token.
org_idstring
Delete all SSAs of the specified organization.
Response
Success.
Changes
Changed in 2 of the 51 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲