Nguyen, I am wonder if it is network access. I meant to try curl "https://ssostandalone.vdc2.com.vn:8443/cas/login
to be sure cas is running correctly. I have not used oauth so maybe you already know cas is working correctly. Ray On Mon, 2020-09-14 at 23:09 +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. Hi Ray, I have tried root@ssostandalone:~# curl "https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/authorize?response_type=code&client_id=clientid&redirect_uri=https%3A%2F%2Fhello.*" | jq But it still request nothing. If I use root@ssostandalone:~# curl "https://ssostandalone.vdc2.com.vn:8443/cas/login/oauth2.0/authorize?response_type=code&client_id=clientid&redirect_uri=https%3A%2F%2Fhello.*" | jq It response { "@class": "java.util.LinkedHashMap", "timestamp": [ "java.util.Date", 1600099585824 ], "status": 404, "error": "Not Found", "message": "No message available", "path": "/cas/login/oauth2.0/authorize" } I thinks URL is https://ssostandalone.vdc2.com.vn:8443/cas/oauth2.0/ is correct. Here is my service registry again ( I hope it correct) { "@class" : "org.apereo.cas.support.oauth.services.OAuthRegisteredService", "clientId": "clientid", "clientSecret": "clientSecret", "serviceId" : "^https://hello.*", "name" : "OAuthService", "id" : 100, "codeExpirationPolicy": { "@class": "org.apereo.cas.support.oauth.services.DefaultRegisteredServiceOAuthCodeExpirationPolicy", "numberOfUses": 1, "timeToLive": "60" } } Vào Th 2, 14 thg 9, 2020 vào lúc 22:57 Ray Bon <[email protected]<mailto:[email protected]>> đã viết: 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]<mailto:[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<https://groups.google.com/a/apereo.org/d/msgid/cas-user/366b92685260398e5ce9a4117cc58f392b960845.camel%40uvic.ca?utm_medium=email&utm_source=footer>. -- 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/c241739405928540c4a82147629fe2b96e703c33.camel%40uvic.ca.
