John Florian
unread,Jul 25, 2024, 6:03:51 PM7/25/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Developer Group for CMS Blue Button API
I'm trying to integrate the Blue Button API into my application. I am using a library to handle the OAuth2 details. The library generates a State parameter that is close to 1000 characters in my test case, so when calling the authorize endpoint, I receive a 502 error. If I capture the request before it goes out and reduce the length of the State parameter, I get the login page, enter my credentials, and get redirected to my CallbackUrl. However, because I altered the State parameter, it is invalid and fails validation when it comes back.
Many other OAuth2 providers allow longer State parameters over 1000 characters. Is there a reason for the lower limit here? Is there any chance of getting the limit raised? Thanks