I'm running Jasperserver 5.0.1 and have integrated it with CAS
(I used this Guide http://community.jaspersoft.com/wiki/integrating-cas-jasperreports-server)
Now I can't sign into jasperserver using the regular login screen
And If I sign in using CAS I am not Superuser
NOTE:
jasperadmin & superuser, usernames have been setup in CAS and If I log in using these I still don't have "ROLE_SUPERUSER" permission
So my question is: After Implementing CAS how do I login as a Superuser ?
Related
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 perfectly but cas management is display
Application Not Authorized to Use CAS
The application you attempted to authenticate to is not authorized to use CAS.
I tried to add casManagement as a service into cas server(both overlay versions)
I tried running them on different machines and that could not help
I tried building from code base but it didn't work
I have installed CAS6.4 and CAS Management .
I am able to access https://CNNAME/cas/login & it successfully login .
I could also Login to https://hostanme/cas-management/ and it redirect back to cas management.
I have added service URL in cas management as below :
^(http|https)://CNNAME*/**
http*://hostname2/*
But when i access these URL, i get error as
Application Not Authorized to Use CAS
The application you attempted to authenticate to is not authorized to use CAS. This usually indicates that the application is not registered with CAS, or its authorization policy defined in its registration record prevents it from leveraging CAS functionality, or it's malformed and unrecognized by CAS. Contact your CAS administrator to learn how you might register and integrate your application with CAS.
In the logs i get error as :
2021-03-01 07:15:39,111 WARN [org.apereo.cas.services.RegisteredServiceAccessStrategyUtils] - <Unauthorized Service Access. Service [https://hostanme/callback] is not found in service registry.>
I have been struggling to get this solved for for days, could someone please help me with this.
I have setup CAS server in Java and using RubyCas-client for my application. Now my application runs on sub-domain so my concern is once I am authenticated by CAS server for some particular sub-domain, I am able to access others sub-domain also.
Here is brief example:-
My CAS server URL is https://localhost:8443/cas/login
I have given credentials for sub-domain1.mydomain.com and got authenticated for same but when I am trying to access sub-domain2.mydomain.com, getting authenticated for sub-domain2 and sub-domain3 and so on also.
What I want to do that for each sub-domain it will ask me for credentials. Is this possible.
Thanks in advance!
I was looking for a way to authenticate a user on my site against moodle web service.
It seems that there is no web service that recives username and password and returns the user data.
Is it possible to overcome this ? i need to authenticate a user on my wp site against the moodle system
Thanks
If you are looking for something like an SSO using a Moodle system, then it is not possible to authenticate from Moodle.
However, you can have a common external authentication system such as OpenLDAP or OpenID and authenticate both Moodle and Wordpress from the OpenID application.
If you would like to get the user information from Moodle, then you could use the External Services API to get it.
Hope this helps.
I have made a login screen in eclipse for a blackberry device and would like to verify if these details are correct so that the user can log in by connecting to MySql - with the login details table in it.
I have added the connector/j to my project and have the apache and MySQL setup.
I need to know how to write the code to connect and verify the login details
Thanks
You'd be better off using a connection to a server-side script to do the connecting and login checks. A simple CGI script over HTTPS should do fine.