Regex in Redirect URI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2022 02:15 AM
Hi, can we use regex in redirect uri in OAuth integration app?
- Labels:
-
Webex API
-
Webex Developer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
