Re: [cas-user] Re: Custom Authentication Handler

2018-02-02 Thread Ramakrishna G
I created src/main/java foder inside cas-overlay project.

I used 2 java file as explained in
https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html.
I have also registered using spring.factories.

When i run mvn clean package from terminal it says

[*INFO*] *Building cas-overlay 1.0*

[*INFO*]
**

[*INFO*]
**

[*INFO*] *BUILD FAILURE*

[*INFO*]
**

[*INFO*] Total time: 1.873 s

[*INFO*] Finished at: 2018-02-02T18:57:52+05:30

[*INFO*] Final Memory: 29M/309M

[*INFO*]
**

[*ERROR*] Failed to execute goal on project cas-overlay: *Could not resolve
dependencies for project org.apereo.cas:cas-overlay:war:1.0: Failure to
find org.apereo.cas:cas-server-webapp:jar:5.2.1 in
http://oss.sonatype.org/content/repositories/releases/
 was cached in the
local repository, resolution will not be reattempted until the update
interval of sonatype-releases has elapsed or updates are forced* -> *[Help
1]*

*org.apache.maven.lifecycle.LifecycleExecutionException*: *Failed to
execute goal on project **cas-overlay*: *Could not resolve dependencies for
project org.apereo.cas:cas-overlay:war:1.0: Failure to find
org.apereo.cas:cas-server-webapp:jar:5.2.1 in
http://oss.sonatype.org/content/repositories/releases/
 was cached in the
local repository, resolution will not be reattempted until the update
interval of sonatype-releases has elapsed or updates are forced*

*at*
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
(*LifecycleDependencyResolver.java:249*)

*at*
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
(*LifecycleDependencyResolver.java:145*)

*at*
org.apache.maven.lifecycle.internal.MojoExecutor.ensureDependenciesAreResolved
(*MojoExecutor.java:246*)

*at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
*MojoExecutor.java:200*)

*at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
*MojoExecutor.java:154*)

*at* org.apache.maven.lifecycle.internal.MojoExecutor.execute (
*MojoExecutor.java:146*)

*at*
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
*LifecycleModuleBuilder.java:117*)

*at*
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (
*LifecycleModuleBuilder.java:81*)

*at*
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build
(*SingleThreadedBuilder.java:51*)

*at* org.apache.maven.lifecycle.internal.LifecycleStarter.execute (
*LifecycleStarter.java:128*)

*at* org.apache.maven.DefaultMaven.doExecute (*DefaultMaven.java:309*)

*at* org.apache.maven.DefaultMaven.doExecute (*DefaultMaven.java:194*)

*at* org.apache.maven.DefaultMaven.execute (*DefaultMaven.java:107*)

*at* org.apache.maven.cli.MavenCli.execute (*MavenCli.java:955*)

*at* org.apache.maven.cli.MavenCli.doMain (*MavenCli.java:290*)

*at* org.apache.maven.cli.MavenCli.main (*MavenCli.java:194*)

*at* sun.reflect.NativeMethodAccessorImpl.invoke0 (*Native Method*)

*at* sun.reflect.NativeMethodAccessorImpl.invoke (
*NativeMethodAccessorImpl.java:62*)

*at* sun.reflect.DelegatingMethodAccessorImpl.invoke (
*DelegatingMethodAccessorImpl.java:43*)

*at* java.lang.reflect.Method.invoke (*Method.java:498*)

*at* org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (
*Launcher.java:289*)

*at* org.codehaus.plexus.classworlds.launcher.Launcher.launch (
*Launcher.java:229*)

*at* org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode
(*Launcher.java:415*)

*at* org.codehaus.plexus.classworlds.launcher.Launcher.main (
*Launcher.java:356*)

*Caused by*: org.apache.maven.project.DependencyResolutionException: *Could
not resolve dependencies for project org.apereo.cas:cas-overlay:war:1.0:
Failure to find org.apereo.cas:cas-server-webapp:jar:5.2.1 in
http://oss.sonatype.org/content/repositories/releases/
 was cached in the
local repository, resolution will not be reattempted until the update
interval of sonatype-releases has elapsed or updates are forced*

*at*
org.apache.maven.project.DefaultProjectDependenciesResolver.resolve (
*DefaultProjectDependenciesResolver.java:209*)

*at*
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.getDependencies
(*LifecycleDependencyResolver.java:223*)

*at*
org.apache.maven.lifecycle.internal.LifecycleDependencyResolver.resolveProjectDependencies
(*LifecycleDependencyResolver.java:145*)

*at*

Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ray Bon
Try these for web flow and configuration:



You can also put logging into your file 
MyAuthenticationEventExecutionPlanConfiguration.

Ray

On Wed, 2018-01-31 at 09:30 -0800, Ramakrishna G wrote:
It is resources only. My typo mistake.

No logs as well related to this. Can you send me  a sample or GitHub project 
link which works with custom authentication handler?

On Wed, Jan 31, 2018 at 8:47 AM, Ray Bon > 
wrote:
Ramakrishna,

The path should be src/main/resources/META-INF (resources with an 's').
You could also put some logging in your Configuration file to make sure it is 
being called and the properties are being set correctly.

Ray

On Wed, 2018-01-31 at 15:45 +0530, Ramakrishna G wrote:
Hi Robert,

I am using cas-overlay. I have the below 2 files under src/main/resource folder 
and package name com.example.cas

I have also spring.factories file inside src/main/resource/META-INF.

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\

com.example.cas.MyAuthenticationEventExecutionPlanConfiguration


What am I missing? When I enter my username and password this handler is never 
called.


On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert 
> wrote:
Have you registered your handler config bean in spring.factories?
See 
https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html
or
https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html

depending on your CAS Server version.





Am 31.01.2018 um 10:10 schrieb Ramakrishna G >:

I tried following this 
https://apereo.github.io/2017/02/02/cas51-authn-handlers/ for Custom 
Authentication Handler but MyAuthenticationHandler is never called or 
registered.

On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G 
> wrote:
Ignore previous mail.

I need to write a for Custom Authentication Handler for CAS which takes userId, 
password and pancard number. All 3 parameters will be sent to custom server(My 
other server, Not in CAS) and validated and response is returned back.

How can I achieve this is CAS overlay?


Thanks
Ramakrishna G




--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com.


--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com.



--
Ray Bon
Programmer analyst
Development Services, University Systems
2507218831 | CLE 019 | r...@uvic.ca

--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1517417266.1782.64.camel%40uvic.ca.



--
Ray Bon
Programmer analyst
Development Services, University Systems
2507218831 | CLE 019 | r...@uvic.ca

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an 

Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ramakrishna G
It is resources only. My typo mistake.

No logs as well related to this. Can you send me  a sample or GitHub
project link which works with custom authentication handler?

On Wed, Jan 31, 2018 at 8:47 AM, Ray Bon  wrote:

> Ramakrishna,
>
> The path should be src/main/resources/META-INF (resources with an 's').
> You could also put some logging in your Configuration file to make sure it
> is being called and the properties are being set correctly.
>
> Ray
>
> On Wed, 2018-01-31 at 15:45 +0530, Ramakrishna G wrote:
>
> Hi Robert,
>
> I am using cas-overlay. I have the below 2 files under src/main/resource
> folder and package name com.example.cas
>
> I have also spring.factories file inside src/main/resource/META-INF.
>
> org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
>
> com.example.cas.MyAuthenticationEventExecutionPlanConfiguration
>
>
> What am I missing? When I enter my username and password this handler is
> never called.
>
>
> On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert  > wrote:
>
> Have you registered your handler config bean in spring.factories?
> See https://apereo.github.io/cas/5.1.x/installation/Configur
> ing-Custom-Authentication.html
> orhttps://apereo.github.io/cas/5.2.x/installation/Configuring
> -Custom-Authentication.html
>
> depending on your CAS Server version.
>
>
>
>
>
> Am 31.01.2018 um 10:10 schrieb Ramakrishna G :
>
> I tried following this https://apereo.github.io/
> 2017/02/02/cas51-authn-handlers/ for Custom Authentication Handler but
> MyAuthenticationHandler is never called or registered.
>
> On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G  wrote:
>
> Ignore previous mail.
>
> I need to write a for Custom Authentication Handler for CAS which takes
> userId, password and pancard number. All 3 parameters will be sent to
> custom server(My other server, Not in CAS) and validated and response is
> returned back.
>
> How can I achieve this is CAS overlay?
>
>
> Thanks
> Ramakrishna G
>
>
>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/ap
> ereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii
> 16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com
> 
> .
>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/ap
> ereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com
> 
> .
>
>
> --
> Ray Bon
> Programmer analyst
> Development Services, University Systems
> 2507218831 | CLE 019 | r...@uvic.ca
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/1517417266.1782.64.camel%40uvic.ca
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5BJWoB6XEY4aLg89SF6-5KBTLPSut35wPj7bKGa2RQA%40mail.gmail.com.


Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ray Bon
Ramakrishna,

The path should be src/main/resources/META-INF (resources with an 's').
You could also put some logging in your Configuration file to make sure it is 
being called and the properties are being set correctly.

Ray

On Wed, 2018-01-31 at 15:45 +0530, Ramakrishna G wrote:
Hi Robert,

I am using cas-overlay. I have the below 2 files under src/main/resource folder 
and package name com.example.cas

I have also spring.factories file inside src/main/resource/META-INF.

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\

com.example.cas.MyAuthenticationEventExecutionPlanConfiguration


What am I missing? When I enter my username and password this handler is never 
called.


On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert 
> wrote:
Have you registered your handler config bean in spring.factories?
See 
https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html
or
https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html

depending on your CAS Server version.





Am 31.01.2018 um 10:10 schrieb Ramakrishna G >:

I tried following this 
https://apereo.github.io/2017/02/02/cas51-authn-handlers/ for Custom 
Authentication Handler but MyAuthenticationHandler is never called or 
registered.

On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G 
> wrote:
Ignore previous mail.

I need to write a for Custom Authentication Handler for CAS which takes userId, 
password and pancard number. All 3 parameters will be sent to custom server(My 
other server, Not in CAS) and validated and response is returned back.

How can I achieve this is CAS overlay?


Thanks
Ramakrishna G




--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com.


--
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
---
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com.



--
Ray Bon
Programmer analyst
Development Services, University Systems
2507218831 | CLE 019 | r...@uvic.ca

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/1517417266.1782.64.camel%40uvic.ca.


Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ramakrishna G
My cas-overlay version is 5.2.1

On Wed, Jan 31, 2018 at 3:45 PM, Ramakrishna G  wrote:

> Hi Robert,
>
> I am using cas-overlay. I have the below 2 files under src/main/resource
> folder and package name com.example.cas
>
> I have also spring.factories file inside src/main/resource/META-INF.
>
> org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
>
> com.example.cas.MyAuthenticationEventExecutionPlanConfiguration
>
>
> What am I missing? When I enter my username and password this handler is
> never called.
>
>
> On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert  > wrote:
>
>> Have you registered your handler config bean in spring.factories?
>> See https://apereo.github.io/cas/5.1.x/installation/Configur
>> ing-Custom-Authentication.html
>> orhttps://apereo.github.io/cas/5.2.x/installation/Configuring
>> -Custom-Authentication.html
>>
>> depending on your CAS Server version.
>>
>>
>>
>>
>>
>> Am 31.01.2018 um 10:10 schrieb Ramakrishna G :
>>
>> I tried following this https://apereo.github.io/
>> 2017/02/02/cas51-authn-handlers/ for Custom Authentication Handler but
>> MyAuthenticationHandler is never called or registered.
>>
>> On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G  wrote:
>>
>>> Ignore previous mail.
>>>
>>> I need to write a for Custom Authentication Handler for CAS which takes
>>> userId, password and pancard number. All 3 parameters will be sent to
>>> custom server(My other server, Not in CAS) and validated and response is
>>> returned back.
>>>
>>> How can I achieve this is CAS overlay?
>>>
>>>
>>> Thanks
>>> Ramakrishna G
>>>
>>>
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cas-user+unsubscr...@apereo.org.
>> To view this discussion on the web visit https://groups.google.com/a/ap
>> ereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii
>> 16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com
>> 
>> .
>>
>>
>> --
>> - Website: https://apereo.github.io/cas
>> - Gitter Chatroom: https://gitter.im/apereo/cas
>> - List Guidelines: https://goo.gl/1VRrw7
>> - Contributions: https://goo.gl/mh7qDG
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cas-user+unsubscr...@apereo.org.
>> To view this discussion on the web visit https://groups.google.com/a/ap
>> ereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6
>> B9%40gmail.com
>> 
>> .
>>
>
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P_xdGK05KGVxHKuJ-0jSziV5DVg6iKu6phxc6P1MVx9_Q%40mail.gmail.com.


Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ramakrishna G
Hi Robert,

I am using cas-overlay. I have the below 2 files under src/main/resource
folder and package name com.example.cas

I have also spring.factories file inside src/main/resource/META-INF.

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\

com.example.cas.MyAuthenticationEventExecutionPlanConfiguration


What am I missing? When I enter my username and password this handler is
never called.


On Wed, Jan 31, 2018 at 3:12 PM, Oschwald Robert 
wrote:

> Have you registered your handler config bean in spring.factories?
> See https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-
> Authentication.html
> orhttps://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-
> Authentication.html
>
> depending on your CAS Server version.
>
>
>
>
>
> Am 31.01.2018 um 10:10 schrieb Ramakrishna G :
>
> I tried following this https://apereo.github.io/2017/02/02/cas51-authn-
> handlers/ for Custom Authentication Handler but MyAuthenticationHandler
> is never called or registered.
>
> On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G  wrote:
>
>> Ignore previous mail.
>>
>> I need to write a for Custom Authentication Handler for CAS which takes
>> userId, password and pancard number. All 3 parameters will be sent to
>> custom server(My other server, Not in CAS) and validated and response is
>> returned back.
>>
>> How can I achieve this is CAS overlay?
>>
>>
>> Thanks
>> Ramakrishna G
>>
>>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%
> 3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com
> 
> .
>
>
> --
> - Website: https://apereo.github.io/cas
> - Gitter Chatroom: https://gitter.im/apereo/cas
> - List Guidelines: https://goo.gl/1VRrw7
> - Contributions: https://goo.gl/mh7qDG
> ---
> You received this message because you are subscribed to the Google Groups
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to cas-user+unsubscr...@apereo.org.
> To view this discussion on the web visit https://groups.google.com/a/
> apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-
> 3E48794EF6B9%40gmail.com
> 
> .
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-_qqg_MW5hNd8WNqeVszGYSCUcvCDmvbaAS1V5Rcgpww%40mail.gmail.com.


MyAuthenticationEventExecutionPlanConfiguration.java
Description: Binary data


MyAuthenticationHandler.java
Description: Binary data


Re: [cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Oschwald Robert
Have you registered your handler config bean in spring.factories?
See 
https://apereo.github.io/cas/5.1.x/installation/Configuring-Custom-Authentication.html
 

or
https://apereo.github.io/cas/5.2.x/installation/Configuring-Custom-Authentication.html
 

 

depending on your CAS Server version.





> Am 31.01.2018 um 10:10 schrieb Ramakrishna G :
> 
> I tried following this 
> https://apereo.github.io/2017/02/02/cas51-authn-handlers/ 
>  for Custom 
> Authentication Handler but MyAuthenticationHandler is never called or 
> registered. 
> 
> On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G  > wrote:
> Ignore previous mail.
> 
> I need to write a for Custom Authentication Handler for CAS which takes 
> userId, password and pancard number. All 3 parameters will be sent to custom 
> server(My other server, Not in CAS) and validated and response is returned 
> back.
> 
> How can I achieve this is CAS overlay?
> 
> 
> Thanks
> Ramakrishna G
> 
> 
> 
> -- 
> - Website: https://apereo.github.io/cas 
> - Gitter Chatroom: https://gitter.im/apereo/cas 
> - List Guidelines: https://goo.gl/1VRrw7 
> - Contributions: https://goo.gl/mh7qDG 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-user+unsubscr...@apereo.org 
> .
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com
>  
> .

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/57276E93-FBD8-4F9D-B0FE-3E48794EF6B9%40gmail.com.


[cas-user] Re: Custom Authentication Handler

2018-01-31 Thread Ramakrishna G
I tried following this
https://apereo.github.io/2017/02/02/cas51-authn-handlers/ for Custom
Authentication Handler but MyAuthenticationHandler is never called or
registered.

On Wed, Jan 31, 2018 at 11:16 AM, Ramakrishna G  wrote:

> Ignore previous mail.
>
> I need to write a for Custom Authentication Handler for CAS which takes
> userId, password and pancard number. All 3 parameters will be sent to
> custom server(My other server, Not in CAS) and validated and response is
> returned back.
>
> How can I achieve this is CAS overlay?
>
>
> Thanks
> Ramakrishna G
>
>

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P-5ev_yAxFhJT7deCipsM%3DK9ii16tT1Fdtt7KfLu8qKBQ%40mail.gmail.com.


[cas-user] Re: Custom Authentication Handler

2018-01-30 Thread Ramakrishna G
Ignore previous mail.

I need to write a for Custom Authentication Handler for CAS which takes
userId, password and pancard number. All 3 parameters will be sent to
custom server(My other server, Not in CAS) and validated and response is
returned back.

How can I achieve this is CAS overlay?


Thanks
Ramakrishna G

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/CAGST5P_ti65_GVjsBmNkSd1CnnRmnWX%2BY%2B%3DsOYQtg3Xdz1yHDQ%40mail.gmail.com.


Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2017-06-22 Thread Raghavendra Chary B
Thanks Misagh, I got it working with the help of below link:
https://apereo.github.io/2017/02/02/cas51-authn-handlers/

I had to upgrade cassandra-driver to 3.2.0, because with 3.1.0 i faced 
issue https://datastax-oss.atlassian.net/browse/JAVA-1328.

On Thursday, 22 June 2017 13:16:03 UTC+5:30, Raghavendra Chary B wrote:
>
> Hi Misagh,
>
> Custom cassandra auth handler was working in CAS 5.0.0. I upgraded to CAS 
> 5.1.0, it stopped working. 
> I added getOrder method as AuthenticationHandler in 5.1.0 needs it. 
>
> Please let me know if any other config i missed.
>
> On Wednesday, 30 November 2016 12:14:03 UTC+5:30, Raghavendra Chary B 
> wrote:
>>
>> Please check here
>>
>> https://github.com/charybr/cas5-cassandra-athentication/blob/master/CassandraAuthenticationHandler.java
>>
>> I will add sample project later.
>>
>> On Tuesday, 29 November 2016 20:49:34 UTC+5:30, Misagh Moayyed wrote:
>>>
>>> Do you mind sharing the source for the actual 
>>> CassandraAuthenticationHandler and everything else it depends on? This 
>>> somewhere on Github I can review?
>>>
>>>  
>>>
>>> --Misagh
>>>
>>>  
>>>
>>> *From:* cas-...@apereo.org [mailto:cas-...@apereo.org] *On Behalf Of 
>>> *Raghavendra 
>>> Chary B
>>> *Sent:* Monday, November 21, 2016 10:28 AM
>>> *To:* CAS Community <cas-...@apereo.org>
>>> *Subject:* [cas-user] Re: Custom Authentication Handler in version 5.0.0
>>>
>>>  
>>>
>>> I had to implement custom Authentication handler where user creds are 
>>> stored in Cassandra db. 
>>>
>>> Followed below steps, not sure whether this is recommneded approach or 
>>> not:
>>> 1. Created package org.apereo.cas..adaptors.cassandra
>>> 2. CassandraAuthenticationHandler
>>>
>>> public class CassandraAuthenticationHandler implements 
>>> AuthenticationHandler {
>>>
>>> }
>>>
>>> 3. Created 
>>> org.apereo.cas..adaptors.cassandra.config.CasCassandraConfiguration 
>>> similar to org.apereo.cas.adaptors.generic.config.CasGenericConfiguration.
>>>
>>> @Configuration("casCassandraConfiguration")
>>> @EnableConfigurationProperties(CasConfigurationProperties.class)
>>> public class CasCassandraConfiguration {
>>>
>>> @RefreshScope
>>> @Bean
>>> public AuthenticationHandler cassandraAuthenticationHandler() {
>>> final CassandraAuthenticationHandler h = new 
>>> CassandraAuthenticationHandler();
>>> return h;
>>> }
>>>
>>>
>>> @PostConstruct
>>> public void initializeAuthenticationHandler() {
>>> System.out.println("1755");
>>> 
>>> this.authenticationHandlersResolvers.put(cassandraAuthenticationHandler(), 
>>> personDirectoryPrincipalResolver);
>>> }
>>>
>>>
>>>
>>> On Thursday, 8 September 2016 14:17:25 UTC+5:30, Gokhan Mansuroglu wrote:
>>>
>>> Hi, 
>>>
>>> Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. 
>>> How can i configure this custom auhtentication handler ? In previous 
>>> versions this can be handled in deployerConfigContext.xml, but how it is 
>>> done in version 5.0.0 ?
>>>
>>> Thanks.
>>>
>>> -- 
>>> - CAS gitter chatroom: https://gitter.im/apereo/cas
>>> - CAS mailing list guidelines: 
>>> https://apereo.github.io/cas/Mailing-Lists.html
>>> - CAS documentation website: https://apereo.github.io/cas
>>> - CAS project website: https://github.com/apereo/cas
>>> --- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "CAS Community" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to cas-user+u...@apereo.org.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org
>>>  
>>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org?utm_medium=email_source=footer>
>>> .
>>>
>>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/fae1e85b-70c4-4873-8476-efd95b097dbd%40apereo.org.


Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2017-06-22 Thread Raghavendra Chary B
Hi Misagh,

Custom cassandra auth handler was working in CAS 5.0.0. I upgraded to CAS 
5.1.0, it stopped working. 
I added getOrder method as AuthenticationHandler in 5.1.0 needs it. 

Please let me know if any other config i missed.

On Wednesday, 30 November 2016 12:14:03 UTC+5:30, Raghavendra Chary B wrote:
>
> Please check here
>
> https://github.com/charybr/cas5-cassandra-athentication/blob/master/CassandraAuthenticationHandler.java
>
> I will add sample project later.
>
> On Tuesday, 29 November 2016 20:49:34 UTC+5:30, Misagh Moayyed wrote:
>>
>> Do you mind sharing the source for the actual 
>> CassandraAuthenticationHandler and everything else it depends on? This 
>> somewhere on Github I can review?
>>
>>  
>>
>> --Misagh
>>
>>  
>>
>> *From:* cas-...@apereo.org [mailto:cas-...@apereo.org] *On Behalf Of 
>> *Raghavendra 
>> Chary B
>> *Sent:* Monday, November 21, 2016 10:28 AM
>> *To:* CAS Community <cas-...@apereo.org>
>> *Subject:* [cas-user] Re: Custom Authentication Handler in version 5.0.0
>>
>>  
>>
>> I had to implement custom Authentication handler where user creds are 
>> stored in Cassandra db. 
>>
>> Followed below steps, not sure whether this is recommneded approach or 
>> not:
>> 1. Created package org.apereo.cas..adaptors.cassandra
>> 2. CassandraAuthenticationHandler
>>
>> public class CassandraAuthenticationHandler implements 
>> AuthenticationHandler {
>>
>> }
>>
>> 3. Created 
>> org.apereo.cas..adaptors.cassandra.config.CasCassandraConfiguration 
>> similar to org.apereo.cas.adaptors.generic.config.CasGenericConfiguration.
>>
>> @Configuration("casCassandraConfiguration")
>> @EnableConfigurationProperties(CasConfigurationProperties.class)
>> public class CasCassandraConfiguration {
>>
>> @RefreshScope
>> @Bean
>> public AuthenticationHandler cassandraAuthenticationHandler() {
>> final CassandraAuthenticationHandler h = new 
>> CassandraAuthenticationHandler();
>> return h;
>> }
>>
>>
>> @PostConstruct
>> public void initializeAuthenticationHandler() {
>> System.out.println("1755");
>> 
>> this.authenticationHandlersResolvers.put(cassandraAuthenticationHandler(), 
>> personDirectoryPrincipalResolver);
>> }
>>
>>
>>
>> On Thursday, 8 September 2016 14:17:25 UTC+5:30, Gokhan Mansuroglu wrote:
>>
>> Hi, 
>>
>> Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. 
>> How can i configure this custom auhtentication handler ? In previous 
>> versions this can be handled in deployerConfigContext.xml, but how it is 
>> done in version 5.0.0 ?
>>
>> Thanks.
>>
>> -- 
>> - CAS gitter chatroom: https://gitter.im/apereo/cas
>> - CAS mailing list guidelines: 
>> https://apereo.github.io/cas/Mailing-Lists.html
>> - CAS documentation website: https://apereo.github.io/cas
>> - CAS project website: https://github.com/apereo/cas
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "CAS Community" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to cas-user+u...@apereo.org.
>> To view this discussion on the web visit 
>> https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org
>>  
>> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org?utm_medium=email_source=footer>
>> .
>>
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/9921cf86-9e8b-4abd-b967-ed8471fcc026%40apereo.org.


Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-29 Thread Raghavendra Chary B
Please check here
https://github.com/charybr/cas5-cassandra-athentication/blob/master/CassandraAuthenticationHandler.java

I will add sample project later.

On Tuesday, 29 November 2016 20:49:34 UTC+5:30, Misagh Moayyed wrote:
>
> Do you mind sharing the source for the actual 
> CassandraAuthenticationHandler and everything else it depends on? This 
> somewhere on Github I can review?
>
>  
>
> --Misagh
>
>  
>
> *From:* cas-...@apereo.org  [mailto:cas-...@apereo.org 
> ] *On Behalf Of *Raghavendra Chary B
> *Sent:* Monday, November 21, 2016 10:28 AM
> *To:* CAS Community <cas-...@apereo.org >
> *Subject:* [cas-user] Re: Custom Authentication Handler in version 5.0.0
>
>  
>
> I had to implement custom Authentication handler where user creds are 
> stored in Cassandra db. 
>
> Followed below steps, not sure whether this is recommneded approach or not:
> 1. Created package org.apereo.cas..adaptors.cassandra
> 2. CassandraAuthenticationHandler
>
> public class CassandraAuthenticationHandler implements 
> AuthenticationHandler {
>
> }
>
> 3. Created 
> org.apereo.cas..adaptors.cassandra.config.CasCassandraConfiguration 
> similar to org.apereo.cas.adaptors.generic.config.CasGenericConfiguration.
>
> @Configuration("casCassandraConfiguration")
> @EnableConfigurationProperties(CasConfigurationProperties.class)
> public class CasCassandraConfiguration {
>
> @RefreshScope
> @Bean
> public AuthenticationHandler cassandraAuthenticationHandler() {
> final CassandraAuthenticationHandler h = new 
> CassandraAuthenticationHandler();
> return h;
> }
>
>
> @PostConstruct
> public void initializeAuthenticationHandler() {
> System.out.println("1755");
> 
> this.authenticationHandlersResolvers.put(cassandraAuthenticationHandler(), 
> personDirectoryPrincipalResolver);
> }
>
>
>
> On Thursday, 8 September 2016 14:17:25 UTC+5:30, Gokhan Mansuroglu wrote:
>
> Hi, 
>
> Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. 
> How can i configure this custom auhtentication handler ? In previous 
> versions this can be handled in deployerConfigContext.xml, but how it is 
> done in version 5.0.0 ?
>
> Thanks.
>
> -- 
> - CAS gitter chatroom: https://gitter.im/apereo/cas
> - CAS mailing list guidelines: 
> https://apereo.github.io/cas/Mailing-Lists.html
> - CAS documentation website: https://apereo.github.io/cas
> - CAS project website: https://github.com/apereo/cas
> --- 
> You received this message because you are subscribed to the Google Groups 
> "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to cas-user+u...@apereo.org .
> To view this discussion on the web visit 
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org
>  
> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org?utm_medium=email_source=footer>
> .
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/7771259a-cfb8-47ff-a07b-34f2ce894bcb%40apereo.org.


RE: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-29 Thread Misagh Moayyed
Do you mind sharing the source for the actual CassandraAuthenticationHandler 
and everything else it depends on? This somewhere on Github I can review?



--Misagh



From: cas-user@apereo.org [mailto:cas-user@apereo.org] On Behalf Of 
Raghavendra Chary B
Sent: Monday, November 21, 2016 10:28 AM
To: CAS Community <cas-user@apereo.org>
Subject: [cas-user] Re: Custom Authentication Handler in version 5.0.0



I had to implement custom Authentication handler where user creds are stored 
in Cassandra db.

Followed below steps, not sure whether this is recommneded approach or not:
1. Created package org.apereo.cas..adaptors.cassandra
2. CassandraAuthenticationHandler

public class CassandraAuthenticationHandler implements AuthenticationHandler 
{

}

3. Created 
org.apereo.cas..adaptors.cassandra.config.CasCassandraConfiguration 
similar to org.apereo.cas.adaptors.generic.config.CasGenericConfiguration.

@Configuration("casCassandraConfiguration")
@EnableConfigurationProperties(CasConfigurationProperties.class)
public class CasCassandraConfiguration {

@RefreshScope
@Bean
public AuthenticationHandler cassandraAuthenticationHandler() {
final CassandraAuthenticationHandler h = new 
CassandraAuthenticationHandler();
return h;
}


@PostConstruct
public void initializeAuthenticationHandler() {
System.out.println("1755");

this.authenticationHandlersResolvers.put(cassandraAuthenticationHandler(), 
personDirectoryPrincipalResolver);
}



On Thursday, 8 September 2016 14:17:25 UTC+5:30, Gokhan Mansuroglu wrote:

Hi,

Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. How 
can i configure this custom auhtentication handler ? In previous versions 
this can be handled in deployerConfigContext.xml, but how it is done in 
version 5.0.0 ?

Thanks.

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: 
https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups 
"CAS Community" group.
To unsubscribe from this group and stop receiving emails from it, send an 
email to cas-user+unsubscr...@apereo.org 
<mailto:cas-user+unsubscr...@apereo.org> .
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org
 
<https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org?utm_medium=email_source=footer>
 
.

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/007001d24a53%24f5139d10%24df3ad730%24%40unicon.net.


[cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-21 Thread Raghavendra Chary B
I had to implement custom Authentication handler where user creds are 
stored in Cassandra db. 

Followed below steps, not sure whether this is recommneded approach or not:
1. Created package org.apereo.cas..adaptors.cassandra
2. CassandraAuthenticationHandler

> public class CassandraAuthenticationHandler implements 
> AuthenticationHandler {
>
> }
>
3. Created 
org.apereo.cas..adaptors.cassandra.config.CasCassandraConfiguration 
similar to org.apereo.cas.adaptors.generic.config.CasGenericConfiguration.

@Configuration("casCassandraConfiguration")
> @EnableConfigurationProperties(CasConfigurationProperties.class)
> public class CasCassandraConfiguration {
>
> @RefreshScope
> @Bean
> public AuthenticationHandler cassandraAuthenticationHandler() {
> final CassandraAuthenticationHandler h = new 
> CassandraAuthenticationHandler();
> return h;
> }
>
>
> @PostConstruct
> public void initializeAuthenticationHandler() {
> System.out.println("1755");
> 
> this.authenticationHandlersResolvers.put(cassandraAuthenticationHandler(), 
> personDirectoryPrincipalResolver);
> }
>


On Thursday, 8 September 2016 14:17:25 UTC+5:30, Gokhan Mansuroglu wrote:
>
> Hi, 
>
> Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. 
> How can i configure this custom auhtentication handler ? In previous 
> versions this can be handled in deployerConfigContext.xml, but how it is 
> done in version 5.0.0 ?
>
> Thanks.
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/f6e3829e-1b46-4118-aa36-65b3ba1aa669%40apereo.org.


Re: [cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-09 Thread Philippe MARASSE
Hi,

Not resolved yet unfortunately.

Regards.

Le 08/11/2016 à 16:56, Natan Zeferino a écrit :
> Hi,
>
> Did you resolve that problem?
>
> I want to do the same.
>
> Em quinta-feira, 8 de setembro de 2016 05:47:25 UTC-3, Gokhan
> Mansuroglu escreveu:
>
> Hi,
>
> Let's say I have a custom AbcAuthencticationHandler and
> AbcCredentials. How can i configure this custom auhtentication
> handler ? In previous versions this can be handled in
> deployerConfigContext.xml, but how it is done in version 5.0.0 ?
>
> Thanks.
>
> -- 
> - CAS gitter chatroom: https://gitter.im/apereo/cas
> - CAS mailing list guidelines:
> https://apereo.github.io/cas/Mailing-Lists.html
> - CAS documentation website: https://apereo.github.io/cas
> - CAS project website: https://github.com/apereo/cas
> ---
> You received this message because you are subscribed to the Google
> Groups "CAS Community" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to cas-user+unsubscr...@apereo.org
> .
> To view this discussion on the web visit
> https://groups.google.com/a/apereo.org/d/msgid/cas-user/4ee8f8ac-5761-43d7-ade1-ad95b6e11e3f%40apereo.org
> .

-- 
Philippe MARASSE

Responsable pôle Infrastructures - DSIO
Centre Hospitalier Henri Laborit
CS 10587 - 370 avenue Jacques Cœur 
86021 Poitiers Cedex
Tel : 05.49.44.57.19

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ea3b207e-525a-012a-3bb6-d9dc86b0bf63%40ch-poitiers.fr.


smime.p7s
Description: Signature cryptographique S/MIME


[cas-user] Re: Custom Authentication Handler in version 5.0.0

2016-11-08 Thread Natan Zeferino
Hi,

Did you resolve that problem?

I want to do the same.

Em quinta-feira, 8 de setembro de 2016 05:47:25 UTC-3, Gokhan Mansuroglu 
escreveu:
>
> Hi, 
>
> Let's say I have a custom AbcAuthencticationHandler and AbcCredentials. 
> How can i configure this custom auhtentication handler ? In previous 
> versions this can be handled in deployerConfigContext.xml, but how it is 
> done in version 5.0.0 ?
>
> Thanks.
>

-- 
- CAS gitter chatroom: https://gitter.im/apereo/cas
- CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html
- CAS documentation website: https://apereo.github.io/cas
- CAS project website: https://github.com/apereo/cas
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cas-user+unsubscr...@apereo.org.
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4ee8f8ac-5761-43d7-ade1-ad95b6e11e3f%40apereo.org.