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 On Mon, 2020-09-14 at 22:11 +0700, Nguyen Tran Thanh Lam wrote: Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information. Hello Mr Sven Specker I have tried 1. Using Ubuntu command line like this root@ssostandalone:~# curl 'https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/authorize?response_type=code&client_id=clientid&redirect_uri=https://hello.*' | jq End it responses nothing 2. Then I try to use POSTMAN Like this [image.png] And it replies HTML page I don't know, what are wrong. Plase help me. Thank you. Vào Th 2, 14 thg 9, 2020 vào lúc 16:20 Sven Specker <[email protected]<mailto:[email protected]>> đã viết: On 2020-09-14 10:33, Napoleon Ponaparte wrote: Hi! > Step 2: > I request Authorization code like this: > Request > curl > https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/authorize?response_type=code&client_id=clientid&redirect_uri=https://hello.* > Response > [1] 14428 > [2] 14429 That looks like a bash command line. You will need to do curl 'https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/authorize?response_type=code&client_id=clientid&redirect_uri=https://hello.*' Otherwise &/*/? are interpreted in the command line and will break the request. Here, the 2 "&" caused the command line to spawn 2 background processes that will try in vain to do anything. If the screenshot just ate the '' around the curl command, disregard my comment. Best regards, Sven Specker -- __________________________________________________________________ *** Sven Specker -- University of Frankfurt Computing Center *** *********** UNIX System Administration (Auth/IDM) **************** ***** [email protected]<mailto:[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}________________________ -- Ray Bon Programmer Analyst Development Services, University Systems 2507218831 | CLE 019 | [email protected]<mailto:[email protected]> I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations. -- - 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/366b92685260398e5ce9a4117cc58f392b960845.camel%40uvic.ca.
