Open aviars opened 5 years ago
This means that Membership in an Organization will become part of the OIDC token and our profile.
The smh_app will receive this information as part of the id_tokenin a similary way this is done for OrgAgents.
smh_app
id_token
smh_app and other applications may use a Membership API to add/remove people as members.
I have added the claim in the ID provider, but we will still need a way to write the membership to the Identity provider. Here is what the claim looks like within the id_token payload.
This means that Membership in an Organization will become part of the OIDC token and our profile.
The
smh_app
will receive this information as part of theid_token
in a similary way this is done for OrgAgents.smh_app
and other applications may use a Membership API to add/remove people as members.