Attribute updated notifier

Hi there,

Is there any example/possible to do attribute requester service? Basically when a user update their profile, an attribute requester service will initiate SAML flow with latest user attributes return.

Thanks

We support the attribute query profile but I’m afraid we don’t have any example projects. This isn’t a commonly used profile.

You’ll find under the ComponentSpace.SAML2.Profiles.AttributeQuery namespace an AttributeQueryRequester class for sending attribute queries and receiving responses over SOAP.

Under the ComponentSpace.SAML2.Protocols namespace, the AttributeQuery class represents the attribute query message.