[SCIM] add `RepresentationReferenceAttributeUpdatedEvent`
See original GitHub issueHello 😃
How have you been?
A few months ago you added the ability to update the group name saved on a user whenever the group’s name is being updated.
Update events such as this are not being published to masstransit (like adding or removing a user from a group).
Can you please add a RepresentationReferenceAttributeUpdatedEvent
and publish it in times such as updating a group’s name?
Kind regards Dan
Issue Analytics
- State:
- Created a year ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Tutorial - Develop a SCIM endpoint for user provisioning to ...
It helps to categorize between /User and /Group to map any default user attributes in Azure AD to the SCIM RFC, see how...
Read more >SCIM 2.0 Protocol Reference
Okta and SCIM Version 2.0. This reference focuses on how Okta API endpoints share information with System for Cross-domain Identity Management (SCIM) ...
Read more >Customize Azure Active Directory attribute mappings in ...
Learn about attribute mappings for Software as a Service (SaaS) apps in Azure Active Directory Application Provisioning.
Read more >SCIM Profile for Security Event Tokens
SCIM Profile for Security Event Tokens. Abstract. This specification defines a set of SCIM Security Events using the Security Event Token Specification ...
Read more >SCIM 1.1 Protocol Reference
Okta and SCIM Version 1.1. This reference focuses on how Okta API endpoints share information with System for Cross-domain Identity Management (SCIM) ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good remark 😃 I made some changes in the
master
branch to publish the integration eventRepresentationReferenceAttributeUpdatedEvent
when the reference attribute is updated.Thanks !