I noticed that you're able to hand a request id over to process_response. After scouring the code, it seems to me that that request id is not actually accessible. The id seems to be generated by a temporary authn_request object which is discarded after creating the redirect url. If it isn't saved anywhere, how can it ever be used without decoding the url again before sending? Did I miss something?
I noticed that you're able to hand a request id over to process_response. After scouring the code, it seems to me that that request id is not actually accessible. The id seems to be generated by a temporary authn_request object which is discarded after creating the redirect url. If it isn't saved anywhere, how can it ever be used without decoding the url again before sending? Did I miss something?