Passbolt · Capability
Passbolt API — Authentication (JWT)
Passbolt API — Authentication (JWT). 5 operations. Lead operation: Get the JWKs server information.. Self-contained Naftiko capability covering one Passbolt business surface.
What You Can Do
GET
Viewauthjwtjwks
— Get the JWKs server information.
/v1/auth/jwt/jwks-json
POST
Authjwtlogin
— Login.
/v1/auth/jwt/login-json
POST
Authjwtlogout
— Logout.
/v1/auth/jwt/logout-json
POST
Authjwtrefresh
— Refresh access token.
/v1/auth/jwt/refresh-json
GET
Viewauthjwtrsa
— Get the JWT RSA server information.
/v1/auth/jwt/rsa-json
MCP Tools
get-jwks-server-information
Get the JWKs server information.
read-only
idempotent
login
Login.
logout
Logout.
refresh-access-token
Refresh access token.
get-jwt-rsa-server-information
Get the JWT RSA server information.
read-only
idempotent