oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

GetRedirectURI return sso code url err

Open DemoLiang opened this issue 2 years ago • 2 comments

if the sso url is : http://XXXX/#/sso will return redirecturi: http://XXXX/?code=ODLMMGNJYTCTNWRJMY0ZZDBKLWE0YJMTYJU0MDUWNTE5ZJM2#/sso

maybe java vue app always use this url with "#"

DemoLiang avatar Oct 24 '23 03:10 DemoLiang

this # is the url fragment

DemoLiang avatar Oct 25 '23 03:10 DemoLiang

if the url has query param http://xxxx/#/sso?key1=value1 ,the redirecturl will be:
http://xxxx/?code=XXXXXXXXX#/sso?key1=value1

DemoLiang avatar Nov 02 '23 08:11 DemoLiang