I have created an Azure Static Website and followed the instructions on how to add a basic Azure Authentication identity provider.
I have a custom auth section :
I have added groups to the ID Token :
I am struggling to work out how to tell the auth process to include the group details in the claim that is returned by making a http request to /.auth/me
following a successful authentication