Some problems getting Hello World working after got past the log in
o haya
ohaya1001 at gmail.com
Wed Mar 26 23:28:17 UTC 2025
Hi,
So I am trying to get the Hello World test of the IdP working.
Per my previous email thread I am now able to get the log in page, and,
also, from the logging, I am able to get past the authentication
(user=test1).
Question 1: It is taking a long time for the log in page/form to appear.
What might be the problem?
However, after the authentication, it got a denied, so I checked the log
and it mentioned it couldn't find a policy for AccessByAdminUser.
So I checked the access-control.xml and the AccessByAdminUser section was
commented out.
So I uncommented it and change the user to 'test1':
<entry key="AccessByAdminUser">
<bean parent="shibboleth.PredicateAccessControl">
<constructor-arg>
<bean parent="shibboleth.Conditions.SubjectName"
c:collection="#{'test1'}" />
</constructor-arg>
</bean>
</entry>
Question 2: How can the policy specify more than 1 username? Can I used a
wildcard and/or regex?
After I changed the access-control.xml, I am still getting a denied, and
when I look at the log I get a response page:
Web Login Service - Uncaught Exception
A software error was encountered that prevents normal operation:
*org.springframework.binding.expression.EvaluationException: An ELException
occurred getting the value for expression 'ScriptedAction' on context
[class org.springframework.webflow.engine.impl.RequestControlContextImpl]*
Question 3: Can someone explain what I need to do to get past the above?
Thanks,
Jim
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20250326/1e95c73a/attachment.htm>
More information about the users
mailing list