You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in logging information about which Cognito authorized users are making chalice requests. Briefly in late 2016/early 2017, it looks like the Cognito claims were included as a top level item on the Request object: b5030ca#diff-92c4bff78ea0a0fdf94c7dae50063163
with the comment, "Need to figure out claims key. This was originally a top level key,
and I believe this is now moved into the request context. Need to double check."
As far as I can tell, the claims aren't currently being passed along with my request context. I am getting the token in my authorization header, and in the short term I can decode that for the user information, but I'm not thrilled with that as a long term solution.
Is there currently a straightforward way to access Cognito claims that I am missing? Or does that need attention.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm interested in logging information about which Cognito authorized users are making chalice requests. Briefly in late 2016/early 2017, it looks like the Cognito claims were included as a top level item on the Request object: b5030ca#diff-92c4bff78ea0a0fdf94c7dae50063163
This object was removed here:
#240
with the comment, "Need to figure out claims key. This was originally a top level key,
and I believe this is now moved into the request context. Need to double check."
As far as I can tell, the claims aren't currently being passed along with my request context. I am getting the token in my authorization header, and in the short term I can decode that for the user information, but I'm not thrilled with that as a long term solution.
Is there currently a straightforward way to access Cognito claims that I am missing? Or does that need attention.
Thanks!
The text was updated successfully, but these errors were encountered: