Liam Hoekenga
Liam Hoekenga
It would awesome if SATOSA could proxy WS-Trust / WS-Federation requests.
The readme makes me think that id_token is supported, but we're seeing this in our logs: ``` 2017-12-22 10:23:57,573 - DEBUG [org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver:133] - xxx.xxx.xxx.xxx - Resolving exception from handler [public...
I've updated to the overlay based on MitreID 1.3.x, and I'm trying to use an external SQL backend (MySQL). It's having problems loading the tables... ``` 2017-10-20 11:04:36,000 - ERROR...
The ShibbolethClientRepositoryBootstrapper seems to have some issues trying update clients defined oidc-protocol.xml that already exists in the client_details table. I might suggest that if it exists in oidc-protocol.xml, that that...
We're using the RemoteUser login flow. We've added the CSRF token changes to login.vm and attribute-release.vm We have seen... 2017-05-10 16:56:54,260 - WARN [net.shibboleth.idp.oidc.flow.PostAuthorizationUserApprovalAction:66] - xxx.xxx.xxx.xxx - CSRF attribute could...
The only attributes being release in my installation are sub, preferrered_username, and email. I can't figure it out. Here's "family_name", for example: attribute-resolver.xml: <resolver:AttributeDefinition xsi:type="ad:Simple" id="family_name" sourceAttributeID="sn"> <resolver:Dependency ref="myLDAP"/> <resolver:DisplayName...
I forked to add JCE support for java 6, java 7. Was it left out intentionally?
mod_auth_openid doesn't seem to be setting the AUTH_TYPE environment variable (which things like basic and digest do). There is a check in mod_auth_openid.cpp that checks auth_type.. // if we're not...
The readme says.. _The implementation relies on HTML parsing of the Shibboleth redirect page (HTML form)", and the examples show going to the docroot of the IdP._ The typical shibboleth...
### Description I use tunneled connections for Oracle, and I'm receiving `Cannot invoke "String.length()" because "input" is null  ### DBeaver Version Community Edition 24.0.5.202405191503 ### Operating System macOS Sonoma...