cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
3
Replies

Regex in Redirect URI

hazeena farook
Cisco Employee
Cisco Employee

Hi, can we use regex in redirect uri in OAuth integration app?

3 Replies 3

hazeena farook
Cisco Employee
Cisco Employee

No, it is not possible to use regex. Each URI needs to be added separately in the given space for  while creating Integration. 

@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?

 

@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