On 2020-09-14 17:57, Ray Bon wrote:
Nguyen,

Try double quotes and escape :// in redirect_uri, replace it with %3A%2F%2F

Can you curl https://ssostandalone.vdc2.com.vn:8443/cas/login

Ray


Hi!

I should not write stuff on mondays.

If URL-Encoding is needed, then rather use curl for it:

curl --get --insecure "https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/authorize"; --data-urlencode "response_type=code" --data-urlencode "clientid=clientid" --data-urlencode 'redirect_uri=https://hello.*'

That should make sure everything is properly encoded.

Otherwise, it might be a hiccup in CAS itself as was already mentioned. Since you get an answer, network stuff should not be a direct issue, imho.

Best regards,

Sven Specker
--
__________________________________________________________________
*** Sven Specker -- University of Frankfurt Computing Center   ***
*********** UNIX System Administration (Auth/IDM) ****************
***** [email protected] [Phone (+49)-69-798-15188] *****
******************************************************************
__________________________________________________________________              
                Johann Wolfgang Goethe Universitaet
                   - Hochschulrechenzentrum -
                 Theodor W. Adorno-Platz 1 (PA-1P16)

                   D-60323 Frankfurt/Main
__________________________________________________________________
______________ TeX-users do it in {groups}________________________

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- You received this message because you are subscribed to the Google Groups "CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/2f176693-0dc4-770d-6423-397aa2173b48%40rz.uni-frankfurt.de.

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to