I have an APIM policy using choose
that is going down an unexpected logic path.
How Do I Access Active Directory Users/Groups In An Azure APIM Policy?
How do I debug this?
Is there a verbose mode that adds extra info to some logs?
Is it possible to dump the contents of the context
or context.User
or context.User.Groups
to a log file that I can read?
How would I do that and where would the log file be?