-
Hi!
Thanks so much for putting this together. I'm just in the process of getting this all to work locally. I ran `./package.sh` and then `docker-compose up` (I've chosen to use the compose file wit…
-
## Bug
[自定义认证之重写Credential](https://blog.csdn.net/u010475041/article/details/78420322)
- bug出现场景:跳转到自定义登录界面后,进行登录,无法断点到自定义认证流程
- Cas版本:5.2.x
此外我想请问下 CAS-5.2.X 后是否取消了对`deployerConfigContext.xml…
-
@RestController
@RequestMapping("/rest/")
public class LoginController{
@Resource
private LoginService loginService;
@RequestMapping(value = "/login", method = RequestMethod.POST)…
-
Thoughts on the integration of a central authentication service, something like: https://github.com/apereo/cas into the generator?
I believe this would allow many more authentication options than wha…
-
The CAS server we are using (Shibboleth 3.3) allows for the encoding of new information in the ticket. This extra information removes the need for a shared/distributed caching layer normally needed to…
-
I am using shibcas.entityidlocation = embed on 3.2.3 and using the example in the documentation of a CAS serviceID, CAS does not load the service.
Using this example:
https://shibserver.example.…
-
Dear cwaldbieser
We are trying to use your authenticator against the sso service of our university, but I get a redirection loop.
My configuration is as follows:
c.JupyterHub.authenticator_cl…
-
It would be handy to have predefined configuration constants to enable an AJP connector, as for server.ssl configuration variables.
The most important one would be "server.ajp.port", that when presen…
Polve updated
6 years ago
-
The following section of the documentation contains links to a third-party detailing the protocol:
http://django-mama-cas.readthedocs.io/en/latest/protocol.html
However, none of these appear to …
-
I have a service that has specified an entityId like so:
https://test.edu/sp?alias=1234-1234-1234-1234
An entityId containing a "?" appears to suffer from the "Original service xyz and the supplie…