Questions tagged [apereo]

49 questions
0
votes
0 answers

Spring Security - WebSecurityConfig required a single bean, but 6 were found

I have the following directories and files…
justAUser
  • 11
  • 4
0
votes
0 answers

Cas server and cas management

I am trying to integrate apereo CAS management with CAS server and the only tutorial that I found is this for a passwordless authentication(More precisely QR code authentication) and I am finding difficulties in the final step cas server works…
Salma
  • 1
  • 3
0
votes
0 answers

is there a way to change the CAS APEREO collection structure?

I am planning to implement CAS with MongoDB authentication and also planning to use existing MongoDB collection which is not following the expected Document scheme as mentioned in apreo documentation. As per documents, Accounts are expected to be…
Abdul Razak AK
  • 405
  • 1
  • 7
  • 17
0
votes
1 answer

Apereo CAS two-factor authentication with REST

I have enabled two-factor authentication in Apereo CAS 6.5 and it works well using CAS UI page available on /login endpoint. I use CAS simple provider. If I provide username and password then I am asked about providing two-factor code. After that I…
user20439324
0
votes
1 answer

Ticket validated but no PGT in the ticket validation response (CAS 6.5.9)

I have successfully configured CAS 6.5.9 with Proxy Authentication. As mentioned in the documentation, my use case does not support the invoking of a callback url so I have requested that the PGT be returned in the validation response. Everything…
0
votes
1 answer

CAS 6.5 not able to use jose4J package to validate JWT

I am upgrading from 5.3 to 6.5 and getting errors using the Jose4J package to validate the JWTs CAS is generating. From what I can tell after jose4j's JWE decrypts the JWT the content type header “cty” is “JWT” indicating that the JWT is still in a…
Jason
  • 1
  • 2
0
votes
1 answer

Unable to use default username password and make jsonResourcePassword.json work with Apereo CAS SSO

Here is what I have done so far: https://github.com/jnbdz/tutorial-baeldung-spring-security-cas-sso In here you can see my configs: https://github.com/jnbdz/tutorial-baeldung-spring-security-cas-sso/tree/main/config I am trying to follow this…
jnbdz
  • 4,863
  • 9
  • 51
  • 93
0
votes
1 answer

Apereo CAS surrogate authentication with REST api

I'm successfully using Apereo 6.0.7 to authenticate my users via web login and JWT. I've also implemented delegate authentication to impersonate a given regular user with an admin profile. Now I'd like to do the same procedure via Apereo REST API.…
Andrea Del Bene
  • 2,521
  • 1
  • 15
  • 20
0
votes
1 answer

CAS too many redirects and 500 internal server error

I am using Apereo CAS 6.3.3 generated by CAS Overlay project. The integration with the application and LDAP is working well, but there are two problems that I have noticed. These problems are random and happens only with 20% of the requests. 1.) If…
DLB555
  • 21
  • 5
0
votes
1 answer

Cas 4 attributes not return in ASP

I have a project that redirect user to cas server and after user log in redirect it to my local (I'm using virtual host on IIS my.uk.ac.ir). Problem is that when it returns it doesnt return attribute. my project is on .net4.5.2 and using tls12 this…
0
votes
1 answer

Cipher "clientSecret" params in OAuth2 JWT Token CAS Apereo version 6.1.7

I follow this instruction to cipher "clientSecret" params in OAuth2 JWT Token with CAS Apereo 6.1 https://apereo.github.io/2019/11/04/cas62x-oauth-jwt-access-token/ Step 1: Using CAS Shell to cipher…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51
0
votes
1 answer

Apereo CAS 5.3.9 returns empty User Profile with Password Grant Type

I have an application that gets an Access Token from CAS 5.3.9 via the Authorization Code Grant and when I query the /oauth2/profile endpoint using that Access Token, I get a full user profile as expected. However, when I acquire my Access Token via…
ulim
  • 83
  • 10
0
votes
1 answer

Apereo CAS OAuth2: what is the Purpose of the /callbackAuthorize Endpoint?

This observation pertains to CAS 5.3.9 and the documentation under https://apereo.github.io/cas/5.3.x/installation/OAuth-OpenId-Authentication.html There is no mention of a /callbackAuthorize endpoint and yet I am seeing this in my implementation of…
ulim
  • 83
  • 10
0
votes
1 answer

CAS: 6.2.0-snapshot Error with cas-server-support-json-service-registry in JBoss

Class Not Found Error: org.apereo.cas.services.ServiceRegistry]: Factory method 'jsonServiceRegistry' threw exception; nested exception is java.lang.NoClassDefFoundError: com/sun/nio/file/SensitivityWatchEventModifier I am using…
Dikshant
  • 3
  • 4
0
votes
1 answer

Apereo CAS Protocol: is it allowed for the CAS Server to change the URL?

According to the CAS Webflow (https://apereo.github.io/cas/5.0.x/images/cas_flow_diagram.png): After successful authentication the CAS server sends a redirect to the browser that contains a Cookie and a URL (Location-Header). This URL appears to be…
ulim
  • 83
  • 10