1,264 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
97
views
Shiro environment initialization failed: org.apache.shiro.config.ConfigurationException
We are running an existing application using wildfly-10.0.0.Final with Shiro 1.2.2
We have upgraded our application from using mysql 5.6 to 8.0.40 and we are now using the latest mysql drivers. The ...
0
votes
1
answer
45
views
Pac4j and Custom Forbidden page?
If a user has no permission, I got only this blank Forbidden page:
In the org.pac4j.jee.filter.SecurityFilter there is no unauthorizedUrl field to define the URL.
Is there any other possibility to ...
0
votes
1
answer
228
views
Pac4j-core: DefaultAjaxRequestResolver.buildAjaxResponse return as null during Keycloak and Shiro integration in Apache Zeppelin
I am integrating Apache Zeppelin version 0.11.1 with Keycloak for authentication and authorization. To support this integration, I am using additional libraries (pac4j and buji pac4j) because Zeppelin ...
0
votes
1
answer
559
views
PKCE verification failed: Code mismatch with Apache Shiro and Pac4j
I am encountering an issue with PKCE verification when trying to authenticate using Keycloak, Apache Shiro, and Pac4j integrating with Apache Zeppelin. The error I receive is:
HTTP ERROR 500 javax....
1
vote
1
answer
118
views
Correct the classpath of your application so that it contains compatible versions of the classesShiroWebFilterConfiguration and FilterRegistrationBean
I'm having trouble running my Springboot Maven application. The problem started with a missing dependency which let to another issue i cant get fixed, i have tried multiple suggestions from throughout ...
0
votes
2
answers
61
views
Shiro ... how to reset a PW within a PHP application
we have an (old) Java Web-Application, using Shiro - works like a charm - since ages ;-)
What we need is the possibility to "reset" an existing user PW from an PHP application (lets call it ...
0
votes
1
answer
273
views
Apache Shiro integration in JSF 3.0+
I created a new Maven project that run with Tomcat 10.1.20 and JDK 21.
Now I want to integrate Apache Shiro, but my application doesn't start and gives the error:
SEVERE [http-nio-8080-exec-9] org....
0
votes
1
answer
236
views
Shiro filter not working in Spring Boot application
Springboot3 + Shiro1.5.3
I have configured a Shiro filter (with JWT) in my Spring Boot application, but it doesn't seem to be working as expected. I've followed the setup instructions and added the ...
0
votes
1
answer
160
views
shiro uses a custom filter to report an error "No SecurityManager accessible to the calling code"
Originally, my filterChainDefinitionMap was filterChainDefinitionMap.put("/login/**","anon"); it responded normally when calling the interface, but now I have a need. All "/...
0
votes
1
answer
26
views
Getting the current authenticated user
I am quite new to Apache Shiro and currently developing a Spring Webmvc application with using it.
After a user is logged in: How can I retrieve the logged in user in the Spring controller method at ...
0
votes
1
answer
897
views
Grails 6.1.2 gives "Unmatched argument at index 0" when trying to run commands
In Grails 6.1.2, Creating a new application with the Grails Shiro plugin. The command grails shiro-quick-start through the Grails CLI results in the following error:
[Unmatched argument at index 0: '...
0
votes
1
answer
246
views
Pac4j redirect to white page after a while
I ́m using Keycloak, Pac4j and Shiro...
I have no idea, but I ́m getting after a while a white page and redirect to:
http://localhost:8080/oauth/callback?client_name=KeycloakOidcClient&session_state=...
1
vote
0
answers
171
views
Integration of Apache Shiro into Quarkus framework
Has anyone tried to integrate Apache Shiro within the Quarkus framework ? What were the joint points ?
Tried using the Jakarta EE integration but failed with it
Tried also using the Spring DI ...
0
votes
1
answer
149
views
How do I set the session timeout with Pac4j / Shiro?
I have a simple question:
How do I set the session timeout? Currently it seems my session is expired after max. 60 minutes, but I thout I have defined it for 10 hours...
in my shiro.ini I have this:
...
0
votes
1
answer
95
views
KeycloakOidcConfiguration load during application start and load values from database
I would like to load my Keycloak Settings dynamically from my database.
I would like to do this:
Start my application
Load from my database required information for the KeycloakOidcConfiguration ...