title | category | type | source |
---|---|---|---|
Uport Request Flows |
flows |
reference |
A request will typically be signed by a client app and sent to mobile app using this generic request flow:
We are now introducing a new unified message request flow that will replace all other request flows.
Each request now consists of a single Signed Message that is sent to the following endpoint:
https://id.uport.me/req/[JWT]
See each specific flow for specifics on each message type.
- Selective Disclosure Flow
- Send Verification Claim Flow
- Request Verification Claim Flow
- Ethereum Transaction Request Flow
- Private Chain Provisioning Flow
Wherever possible errors are based on OAuth 2.0 RFC 6749 Authorization Errors
An error
parameter is returned as the response to the Client App, containing one of following:
Error | Description |
---|---|
access_denied | User denies the request |