cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco share

satheshkumar
Champ in-the-making
Champ in-the-making

Sir, 

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

1 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

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 answer in original post

2 REPLIES 2

afaust
Legendary Innovator
Legendary Innovator

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
Champ in-the-making
Champ in-the-making

Ok sir thank you I will try this