UPD: After performing some actions, I got such page
5235
the steps are next:
1. type login page
2. enter credentials
3. got this page (it doesn't redirect me back to my service
Type: Posts; User: userio; Keyword(s):
UPD: After performing some actions, I got such page
5235
the steps are next:
1. type login page
2. enter credentials
3. got this page (it doesn't redirect me back to my service
Jérôme,
I've found such topic:
https://lists.wisc.edu/read/messages?id=18278497
but when I follow the instructions, I don't get the needed result.
I make all needed changes(but there are no...
I don't undestand how CAS would recognize such customized token... can u describe in more details?
Hi, Jérôme!
I found one solution here. But I think, it's incorrect to change many CAS server settings.
I'd like to know more about your idea. As I understand, user can be authenticated in a such...
yeah, it's rather a specific need.
The steps are next:
1. user clicks login link.
2. he goes to my login page(not to CAS as it is now)
3. after logging in, the credentials are somehow sent from...
Jérôme,
and how can I implement such thing:
I want to login at my app(I mean the login page will be from my app), somehow (via magic :) ) credentials are sent to CAS Server, thus I don't need to...
already fixed. in my cas-servlet I've added to logoutController bean
and now it works fine.
thanks for your help, attention and time.
Jérôme, I've added such string in my spring security config, but CAS behaves as usual(goes to CAS logout).
and in my CAS server I didn't find any followServiceRedirects property. where it is?
ps....
can u provide a sample of link with usage of "service" ?
hi, Jérôme!
I'm very grateful for all your help :)
I've already implemented CAS login, the problem was indeed in the link.
Also I've impleemented single sign out, BUT I've faced the next problem:...
in web context(not in web.xml) I import spring security context and in web.xml I set filters, listeners and etc. I have looked up in this article. Now I have noticed and all my ssugestion lie on the...
there was incorrect port in my config. when I entered the correct port, I finally obtained the needed CAS server login page via SSL.
BUT my happiness was not so long... when I entered credetials, I...
when CAS server is started, the link http://localhost:9443/cas-server-webapp-3.4.10/login works fine and I can enter there any credentials and login. and when the link is...
now I have link:
https://localhost:9443/cas-server-webapp-3.4.10/login?service=http%3A%2F%2Flocalhost%3A8080%2Fspring-security-cas%2Fj_spring_cas_security_check
as I understand, it's a correct...
so in the html code I have to put not a href="login.jsp", but a href = "someProtectedPage.jsp"? And for this page in my security context I have set the roles, that can access this page. that's right?
Jérôme, I'm stuck :(
I don't understand, how the user should go to the login page. how to do it in the html code(I have an a href element), so I click and go to the login page.
thnx in advance.
so, you mean I need to delete the login.jsp file and in my spring security context put url of CAS-server? I'm trying to understand the logic of the steps.
Jérôme,
you mean, that CAS will change the lohin page automatically?
so how I should configure it? can you give a sample of code?
or what steps I should do for my app's correct operation?
Hi everyone!
I'm trying to implement SSO(single sign on) via CAS(jasig-CAS) in my app and as for now, I've faced the next problem:
HTTP Status 401 - Authentication Failed: Failed to provide a CAS...