We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 "#"
The text was updated successfully, but these errors were encountered:
this # is the url fragment
Sorry, something went wrong.
if the url has query param http://xxxx/#/sso?key1=value1 ,the redirecturl will be: http://xxxx/?code=XXXXXXXXX#/sso?key1=value1
No branches or pull requests
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 "#"
The text was updated successfully, but these errors were encountered: