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/8287d684-6b1e-0f3b-d2bc-d451b299946f%40rz.uni-frankfurt.de.

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

Reply via email to