Forum Discussion
BobbyJ10
Oct 29, 2020Brass Contributor
Authorization information in Python Azure Function
In a premium Python Azure Function with authentication enabled:
- Is the correct way to identify the caller via x-ms-client-principal-name in the request header?
- Is the correct way to get the claims to decode the JWT x-ms-client-principal in the request header?
- I ask because C# Azure functions expose a ClaimsPrincipal with this information. Is there a similar layer of abstraction for Python functions?
No RepliesBe the first to reply