Questions tagged [apereo]

49 questions
1
vote
0 answers

CAS 6.1.6 get accessToken endpoint hitting 403 forbidden

I am working on upgrading from CAS 5.3.3 to CAS 6.1.6. However, I am hitting HTTP 403 forbidden when I tried to POST /cas/oauth2.0/accessToken via client credentials flow. Using the same credentials, converting request to GET…
1
vote
1 answer

Why does Apereo CAS server redirect to localhost for OAuth2 endpoint?

I have setup a CAS server at 172.16.238.10 that generally works with the CAS protocol. However, for OAuth2 there is a strange redirection behavior: REQ: https://172.16.238.10:8443/ooscas/oauth2.0/authorize RESP: 302, Location:…
ulim
  • 83
  • 10
1
vote
1 answer

How to revoke a token Apereo CAS Oauth

I am using Apereo CAS with supports OAuth2.0 (Link to docs). I am successfully issuing the access token through path: [url_cas]/oauth2.0/accessToken?grant_type=password&client_id=[client_id]&username=[user]&password=[password] How to revoke this…
1
vote
1 answer

How to get ticket by api in Apereo CAS?

I am a beginner of CAS. I want to get ticket by OpenAPI, and I can provided the user name and password (which can be encrypted). but I don't know how to realize it? Thanks for your advice!
gary
  • 21
  • 3
1
vote
1 answer

Bad request at accessToken url in apereo CAS server

I want to integrate my spring cloud gateway application with apereo CAS server(running on 8443 port) and I configure CAS server to act as Oauth2 authorization server. here is the flow; I request gateway It interacts authorization server(CAS…
denizg
  • 828
  • 9
  • 18
1
vote
1 answer

CAS 6.1 - State Parameter null with Pac4J

I have set up CAS with LDAP/AD and database, which works. Now I want to add Keycloak, but I get an exception, regarding the state. Caused by: org.pac4j.core.exception.TechnicalException: State parameter is different from the one sent in…
Chris
  • 5,109
  • 3
  • 19
  • 40
1
vote
2 answers

Setup Apereo Cas Management integrated with CAS server

I want to install Apero Cas Management (verison 6.0) and integrate it with Cas Server (version 6.0). I have installed following these step: Step 1: I installed Cas Server I checked it with REST API. It worked. My server stays at…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51
1
vote
1 answer

CAS with SPNEGO always falls back to NTLM

we are already using CAS in our „internal“ network with Kerberos in one site and it is working without a problem. We now want to configure a second site our own, but with a little bit differerent configuration (DNS Names/SPN). I try to explain..…
aexlz
  • 11
  • 1
1
vote
1 answer

Why CAS overlay template branch 6.x does not support maven as build tool?

By checking project's structure, I can see that until branch 5.3.x, maven and gradle are available as build tools. Starting from branch 6.x this is not the case. There is not a pom.xml which in my understanding means that maven is not supported…
leopal
  • 4,711
  • 1
  • 25
  • 35
1
vote
0 answers

Unable to get generic OAuth2 client working with CAS server using pac4j

I am working on integrating Login with Instagram using delegated authentication in CAS server. I have configured all the requisite properties in cas.properties file and also created a service registration JSON file for it. When I login into…
Nishant Singh
  • 135
  • 1
  • 1
  • 15
0
votes
1 answer

How do you configure CAS for database and Duo MFA?

So I've built a CAS war file (version 6.6.10) and it launches fine in Apache Tomcat (see attached screenshot) but I've been unable to get it to work with the Oracle database authentication and Duo MFA that I require. I've tried putting the settings…
M Davie
  • 31
  • 5
0
votes
1 answer

Saml assertion response does not include all attributes

I'm working on the CAS APEREO SSO IDP 5.3.X. The IDP is connected to AD, SPNEGO & KERBEROS are enabled. I setup a service provider to use SAML2 protocol to authenticate users (generate metadata , configure service etc). The Authentication is…
med_alpa
  • 311
  • 1
  • 5
  • 17
0
votes
0 answers

CAS 6.6.8 JDBC attribute repository not using principal for search

Using CAS 6.6.8. I have users than can login with a user name like "jsmith" or with an email like "john.smith@ex---e.com". I have user attributes stored in db as the user name, in this case jsmith. I'm setting my principle id from ldap…
Micho Rizo
  • 1,000
  • 3
  • 12
  • 27
0
votes
0 answers

CAS 6.6.6 customize login webflow to open custom dashboard view

I am using CAS-6.6.6 by using maven and I am trying to change landing page (if no service found) to my customized JSP view. I can't use same location for custom page hence, need to update webflow to add my custom view. Please suggest. Even If there…
0
votes
1 answer

Apereo CAS - login through REST call

I have a cas server running localy (https://localhost:8443) and a default user. Username: casuser Password: Mellon I want to use another java based application to login a user by using Apero CAS. Is it possible to call a Apereo CAS API for the login…
justAUser
  • 11
  • 4