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

Update cloud-events.md #208

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

noelroehrig
Copy link
Collaborator

added consi cloud events

added consi cloud events
Copy link

github-actions bot commented Nov 16, 2023

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@noelroehrig
Copy link
Collaborator Author

I have read the CLA Document and I hereby sign the CLA

@noelroehrig
Copy link
Collaborator Author

recheck

@@ -286,6 +286,29 @@ The application then may get the latest terms of use through the [Get Terms Of U
}
```

## Consent update events

Fired whenever a user grants or revokes a consent. A whole deletion of a consent triggers a revoked event.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to remove the word "whole".

## Consent update events

Fired whenever a user grants or revokes a consent. A whole deletion of a consent triggers a revoked event.
Applications that are part of any of the users subscriptions receive a notification. The application can then retrieve the latest consense status of the user.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Application is part of users subscription" ? Unclear what you mean.
A subscription can have a license of an application.
"users subscription" means I guess "user's subscription"

Further: get the consent information, such as consented scope, from the Consent API.
Where we need to add the "Consent API" to https://developer.tapio.one/general/available-apis when APIM story is implemented.

Fired whenever a user grants or revokes a consent. A whole deletion of a consent triggers a revoked event.
Applications that are part of any of the users subscriptions receive a notification. The application can then retrieve the latest consense status of the user.

`tapio.consentinator.consent.revoked`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The cloud event type should not expose any reference to internal services. The event type should start with one.tapio.selfservice.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to our discussions in the integration meeting, start should be tapio.selfservice
See internal docs.

@noelroehrig noelroehrig marked this pull request as draft November 20, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants