04-13-2022 02:15 AM
Hi, can we use regex in redirect uri in OAuth integration app?
04-13-2022 02:19 AM
No, it is not possible to use regex. Each URI needs to be added separately in the given space for while creating Integration.
04-13-2022 02:25 AM
@hazeena farook okay I have found a workaround using state parameter in URL. Could you please let me what is the maximum character limit allowed in state parameter? and should I encode state parameter?
04-13-2022 06:47 AM
@kishorshaw94 what exactly do you want to use the state parameter for? To answer your questions:
- yes, you should encode the state parameter, if you want to pass it in full
- not sure about the upper limit for it, but I did successful tests with 550+ characters in the state parameter
Welcome to the Webex Community. This is your home to ask questions, share knowledge, and attend live webinars.