Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about update recipient_did after mediate-grant #91

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion site/content/protocols/mediator-coordination/2.0/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/2.0/mediate-grant`
```
where:

- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification.
- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification.

**NOTE**: After receiving a `mediate-grant` message the `recipient` should update his `recipient_did` with a `keylist-update` message and add DIDs. In order for the `mediator` to start accepting Forward Message for those DIDs.

### Keylist Update
Used to notify the `mediator` of keys in use by the `recipient`.
Expand Down
4 changes: 3 additions & 1 deletion site/content/protocols/mediator-coordination/3.0/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ Message Type URI: `https://didcomm.org/coordinate-mediation/3.0/mediate-grant`
```
where:

- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification.
- `routing_did`: DID of the mediator where forwarded messages should be sent. The `recipient` may use this DID as an enpoint as explained in [Using a DID as an endpoint](https://identity.foundation/didcomm-messaging/spec/#using-a-did-as-an-endpoint) section of the specification.

**NOTE**: After receiving a `mediate-grant` message the `recipient` should update his `recipient_did` with a `recipient-update` message and add DIDs. In order for the `mediator` to start accepting Forward Message for those DIDs.

### Recipient Update
Used to notify the `mediator` of DIDs in use by the `recipient`.
Expand Down