Expand description
IDP (Identity Provider) REST endpoints for managing identity registrations
Structs§
- Activate
Identity Request - Request structure for identity activation
- Address
Update Response - Response structure for address update - only returns the updated address
- Availability
Response - Response structure for identity availability check
- Check
Availability Query - Query parameters for checking identity availability
- Create
Identity Request - Request structure for creating a new identity
- Identity
Response - Response structure for identity details
- IdpInfo
Response - Response structure for IDP public info This is returned by GET /api/idp/info - a public endpoint for provider selection
- List
Identities Query - Query parameters for listing identities
- Update
Address Request - Request structure for updating identity address
- Update
Identity Settings Request - Request structure for updating identity settings
Enums§
- IdpAuth
Result - Authorization result for IDP operations
Functions§
- activate_
identity - POST /api/idp/activate - Activate an identity using a ref token
- check_
identity_ availability - GET /api/idp/check-availability - Check if an identity id_tag is available
- create_
identity - POST /api/idp/identities - Create a new identity
- delete_
identity - DELETE /api/idp/identities/:id - Delete an identity
- get_
identity_ by_ id - GET /api/idp/identities/:id - Get a specific identity by id_tag
- get_
idp_ info - GET /api/idp/info - Get public information about this Identity Provider
- list_
identities - GET /api/idp/identities - List identities
- update_
identity_ address - PUT /api/idp/identities/:id/address - Update identity address
- update_
identity_ settings - PATCH /api/idp/identities/:id - Update identity settings