My tomcat server show this error, but I can login and do the SSO. I don't know whether it is a critical error or not? I check my SAML setting and everything is OK. I cannot identify what is the...
Type: Posts; User: duybinh0208; Keyword(s):
My tomcat server show this error, but I can login and do the SSO. I don't know whether it is a critical error or not? I check my SAML setting and everything is OK. I cannot identify what is the...
I just set the value 604800 for one week period and this error seems to be fixed.
Thanks, Vladi
If user is logged in and he/she is inactive for a more then 1 hour (inactive means - he doesn't use the website, doesn't click on links, etc) and then if he/she try to login again they gets 401...
Hi, I forget set the value for relay state so the url does not show it. Sorry for my mistake.
When my web app send SAML request to IDP. I see the URL does not contain RelayState field.
I just find a solution for this problem on this link https://jira.springsource.org/browse/SES-50. But...
I have a context for the single sign on like this:
A) User login on SP. After that user logout from SP and user will be logged out automatically in IDP. This case is OK.
B) If user login on...
Thank you, let me try to do it.
Hi Vladi,
What happens when webapp's session is expired? I see that your function returns false while user haven't logged out yet. I think it should return true, because when I try to login again,...
Hi everybody, I want to check if user logged successfuly or not? I just try to use a method like this:
try {
boolean isAuthenticated =...
Hi Vladi, your answer is correct. Thank you very much. I just synchronize time and it works well.
Thanks Vladi so much.
Let me try to synchronize time and reply to you soon.
I just send the logs to you through email. Please help me identify this problem. Thank you very much.
Hi Vladi, I just test my project on another server (using http) and it works well but with old server (using https) it still occurs the error 401. I think the problem is the difference between http...
Hi Vladi,
1) In localhost: http://localhost:8080/my_sample_v2/saml/discovery/alias/defaultAlias?entityID=mysample2.com&returnIDParam=idp
2) In real server:...
I just name the entityID of service metadata is "mysample.com" and this sp metadata can be imported by SSOCircle IDP. Furthermore, I can login successful in localhost. Thus, I think my entityID is...
I just update idp metadata in securityContext.xml like this:
<bean id="metadata"
class="org.springframework.security.saml.metadata.CachingMetadataManager">
<constructor-arg>
<list>
...
Hi Vladi this is my securityContext.xml file. I wonder if I config something else wrong? Can you review it for me? Thank you very much.
5513
Hi Vladi I have a question.
When I download spring-security-saml2-sample project, I see samlKeystore.jks file is available in this project.
But if I deploy this project to tomcat server (on the...
I think the error is "PKIX path construction failed for untrusted credential: [subjectName='1.2.840.113549.1.9.1=#1612696e666f407 3736f636972636c652e6e6574,CN=idp.ssocircle.com,C=D...
Hi Vladi this is the error log on my server.
- FrameworkServlet 'saml': initialization completed in 565 ms
- No default metadata configured, generating with default values, please pre-configure...
Can you explain it to me for more detail?. I have a problem like this: I can do SSO on localhost but when I deploy my project to real server (on the internet) it does not work and return 401 error....
Hi everyone, I have a problem like this:
I can do SSO with my project on localhost but when I deploy its war file to tomcat server on the internet it does not work. For detail, when I choose IDP...
Thanks Vladi, I just try to do it as your advice and changes something else. Finally it works. Thank you very much.
Hi, I just upload my sample project to this link: http://www.mediafire.com/download.php?f3mlgcfx4lqf364
Can you download it and help me identify this error? Thank you very much.
Hi everyone, i want to use Mongo DB in spring-security-saml2-sample project but I have a problem like this:
When I add a service class it throws exception, please help me solve this problem. Thank...