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: 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]> đã 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] [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/CAEjUsAhG1kz-dGME_9e6RRsP8ESyCespC02d2faVzDHdDo7BJQ%40mail.gmail.com.
