Re: [cas-user] Protect Single Page application using mod_auth_cas

2018-12-03 Thread David Hawes
The order of these directives matters. You may want to review: http://httpd.apache.org/docs/current/sections.html#merging We'd need more config to tell what's going on in your case. On Fri, 30 Nov 2018 at 19:46, Shankaranand Bahushrutham wrote: > > > I have 2 single page applications developed

[cas-user] Re: CAS 5.2.6 + Delegated Authentication + SAML + Azure AD =>

2018-12-03 Thread Jason Brooks
We're looking at integrating CAS with Azure AD for authentication. How did you get CAS linked up with Azure AD? We've not been able to find any docs to help on this. Thanks, J On Wednesday, September 19, 2018 at 3:34:41 PM UTC-4, Raghavan TV wrote: > > Hi All > > Am testing CAS 5.2.6 to work

[cas-user] Re: The CAS management webapp is unavailable. NPE ERROR [org.apereo.cas.mgmt.services.web.AbstractManagementController] - java.lang.NullPointerException

2018-12-03 Thread Teddy Francois
Hello, Were you able to solve your issue? I am having the same problem. Thank you and happy holidays. On Tuesday, October 31, 2017 at 6:18:12 AM UTC-4, Krzysztof Kluczynski wrote: > > Hi, > > I am getting an NPE > [org.apereo.cas.mgmt.services.web.AbstractManagementController] - >

[cas-user] Re: > 5.3.4 AUP Webflow seem to break createTicketGrantingTicket

2018-12-03 Thread Curtis Ruck
So, in trying to research this further. I believe the prependActionsToActionStateExecutionList is broken, or at least the logic in webflow doesn't match the intent of this method. AcceptableUsagePolicyWebflowConfigurer.java#L104-L106

[cas-user] CAS 5.3.6 - Ws-Federation

2018-12-03 Thread sre...@cdg33.fr
Hi everyone, I ran a CAS server since several years with CAS v2 & v3 and also SAML V2 protocol. The CAS server is used as idp in all cases. I'd like to use ws-federation idp but i need some help to make it start. Does someone succeeded to install the CAS WS-Federation IDP? Thank you for your

[cas-user] OIDC - using ID token as Access Token

2018-12-03 Thread Ivan Obradović
Hi guys, Currently I'm using CAS and OAuth 2.0 protocol and would like to switch to OIDC. As I saw OIDC implementation is built on top of OAuth implementation. It is using the same mechanism to generate Access and Refresh token, and adds new ID token to response. Is it possible to use ID