Alfresco share

cancel
Showing results for 
Search instead for 
Did you mean: 
satheshkumar
Member II

Alfresco share

Jump to solution

Sir, 

We want create our own login screen with SQL server authentication. Please share with steps 

1 Solution

Accepted Solutions
afaust
Master

Re: Alfresco share

Jump to solution

You don't need to implement a new login screen just to enable authentication with a different user database.

Step 1: Implement a custom AuthenticationComponent in Alfresco Repository using Java APIs.

Step 2: Configure a new subsystem variant within "Authentication" subsystem category

Step 3: Configure authentication chain to use your new subsystem variant

View solution in original post

2 Replies
afaust
Master

Re: Alfresco share

Jump to solution

You don't need to implement a new login screen just to enable authentication with a different user database.

Step 1: Implement a custom AuthenticationComponent in Alfresco Repository using Java APIs.

Step 2: Configure a new subsystem variant within "Authentication" subsystem category

Step 3: Configure authentication chain to use your new subsystem variant

satheshkumar
Member II

Re: Alfresco share

Jump to solution

Ok sir thank you I will try this