As per
https://azure.microsoft.com/en-us/documentation/articles/active-directory-token-and-claims/
we should get groups in assertion as follows
<Attribute Name="http://schemas.microsoft.com/ws/2008/06/identity/claims/groups">
<AttributeValue>07dd8a60-bf6d-4e17-8844-230b77145381</AttributeValue>
But in the assertion i get i don't see the group attributes . Also when trying to add an attribute to the SAML token for a given application i can add only regular user attributes like givenName, surname etc , don't see group attributes in drop down.
Some sites on internet has talked about downloading and uploading some manifest or using Graph API call. Am i missing any configuration option which can enable the groups to appear in assertion.
https://azure.microsoft.com/en-us/documentation/articles/active-directory-token-and-claims/
we should get groups in assertion as follows
<Attribute Name="http://schemas.microsoft.com/ws/2008/06/identity/claims/groups">
<AttributeValue>07dd8a60-bf6d-4e17-8844-230b77145381</AttributeValue>
But in the assertion i get i don't see the group attributes . Also when trying to add an attribute to the SAML token for a given application i can add only regular user attributes like givenName, surname etc , don't see group attributes in drop down.
Some sites on internet has talked about downloading and uploading some manifest or using Graph API call. Am i missing any configuration option which can enable the groups to appear in assertion.