Sling authentication handler vs Login module2019 Community Moderator ElectionHow to integrate login module with external user system exposed as RESTful API in AEM 6.0?How to integrate DTM (Dynamic Tag Management) with AEM 6?Customizing CQ / AEM AuthenticationHow do I copy a node tree in sling?Need help in resolving and understanding com.adobe.granite.csrf.impl.CSRFFilter doFilter: the provided CSRF token is invalid in AEM 6.1Apache Sling Content Module WrapperAEM 6.0 to 6.3 Upgrade - Authentication issue with post servlet (web service)How to do Session Management across clustered environment in AEM?AEM/Sling: How do I implement dynamic sling selector?Query on Sling Custom login module

What is this tube in a jet engine's air intake?

Will expression retain the same definition if particle is changed?

Is there a way to make cleveref distinguish two environments with the same counter?

Create chunks from an array

Why is there an extra space when I type "ls" on the Desktop?

Origin of the word “pushka”

Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother

Did Amazon pay $0 in taxes last year?

Translation of 答えを知っている人はいませんでした

Finding the minimum value of a function without using Calculus

Can I take the the bonus-action attack from Two-Weapon Fighting without taking the Attack action?

Is there a logarithm base for which the logarithm becomes an identity function?

What is the purpose of a disclaimer like "this is not legal advice"?

The (Easy) Road to Code

Which country has more?

(Codewars) Linked Lists-Sorted Insert

Does the US political system, in principle, allow for a no-party system?

How do I increase the number of TTY consoles?

Numerical value of Determinant far from what it is supposed to be

Are all players supposed to be able to see each others' character sheets?

How to educate team mate to take screenshots for bugs with out unwanted stuff

Movie: boy escapes the real world and goes to a fantasy world with big furry trolls

Should we avoid writing fiction about historical events without extensive research?

"If + would" conditional in present perfect tense



Sling authentication handler vs Login module



2019 Community Moderator ElectionHow to integrate login module with external user system exposed as RESTful API in AEM 6.0?How to integrate DTM (Dynamic Tag Management) with AEM 6?Customizing CQ / AEM AuthenticationHow do I copy a node tree in sling?Need help in resolving and understanding com.adobe.granite.csrf.impl.CSRFFilter doFilter: the provided CSRF token is invalid in AEM 6.1Apache Sling Content Module WrapperAEM 6.0 to 6.3 Upgrade - Authentication issue with post servlet (web service)How to do Session Management across clustered environment in AEM?AEM/Sling: How do I implement dynamic sling selector?Query on Sling Custom login module










0















I read many blogs and post in Stackoverflow but could not understand exactly which one is appropriate in which situation.

What I understood till now is, custom authentication handler should be written when user needs to redirected to 3rd party system for authentication and then AuthenticationInfo object is sent to the DefaultLogin module.



Now custom login module is used when there is a need to sync user data into AEM from 3rd Party system.
During the synchronization process custom login module also authenticate user against 3rd party. But this can also be possible in authentication handler also.



If I look at the out of the box SAML authentication handler then it does not have login module to synchronize user data, rather SAML authentication handler itself synchronize user data. Why there is such difference in implementation? Which one is applicable in which scenario? Does login module gives extra level of security?










share|improve this question




























    0















    I read many blogs and post in Stackoverflow but could not understand exactly which one is appropriate in which situation.

    What I understood till now is, custom authentication handler should be written when user needs to redirected to 3rd party system for authentication and then AuthenticationInfo object is sent to the DefaultLogin module.



    Now custom login module is used when there is a need to sync user data into AEM from 3rd Party system.
    During the synchronization process custom login module also authenticate user against 3rd party. But this can also be possible in authentication handler also.



    If I look at the out of the box SAML authentication handler then it does not have login module to synchronize user data, rather SAML authentication handler itself synchronize user data. Why there is such difference in implementation? Which one is applicable in which scenario? Does login module gives extra level of security?










    share|improve this question


























      0












      0








      0


      1






      I read many blogs and post in Stackoverflow but could not understand exactly which one is appropriate in which situation.

      What I understood till now is, custom authentication handler should be written when user needs to redirected to 3rd party system for authentication and then AuthenticationInfo object is sent to the DefaultLogin module.



      Now custom login module is used when there is a need to sync user data into AEM from 3rd Party system.
      During the synchronization process custom login module also authenticate user against 3rd party. But this can also be possible in authentication handler also.



      If I look at the out of the box SAML authentication handler then it does not have login module to synchronize user data, rather SAML authentication handler itself synchronize user data. Why there is such difference in implementation? Which one is applicable in which scenario? Does login module gives extra level of security?










      share|improve this question
















      I read many blogs and post in Stackoverflow but could not understand exactly which one is appropriate in which situation.

      What I understood till now is, custom authentication handler should be written when user needs to redirected to 3rd party system for authentication and then AuthenticationInfo object is sent to the DefaultLogin module.



      Now custom login module is used when there is a need to sync user data into AEM from 3rd Party system.
      During the synchronization process custom login module also authenticate user against 3rd party. But this can also be possible in authentication handler also.



      If I look at the out of the box SAML authentication handler then it does not have login module to synchronize user data, rather SAML authentication handler itself synchronize user data. Why there is such difference in implementation? Which one is applicable in which scenario? Does login module gives extra level of security?







      aem sling






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 2 days ago







      Learner

















      asked Mar 6 at 23:07









      LearnerLearner

      83




      83






















          1 Answer
          1






          active

          oldest

          votes


















          2














          Please note that Login module has been rewritten and now its call External Identity Provider.



          External identity provider does not only sync user data but also authenticate user entered credentials. Lets take an example where you need to authenticate user against 3rd party system (which means you need to ask user to enter username and password through Authentication handler in extracthandler method) and after user enters his/her credentials then you want that credentials to be validated again before granting permission to the repository (in this case you need to write External Identity Provider). One example could be, once user enter credentials then 3rd party system generates some token. Now you can validate this token in your External Identity Provider code by calling some web service endpoint provided by 3rd party.



          More details here






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033618%2fsling-authentication-handler-vs-login-module%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            Please note that Login module has been rewritten and now its call External Identity Provider.



            External identity provider does not only sync user data but also authenticate user entered credentials. Lets take an example where you need to authenticate user against 3rd party system (which means you need to ask user to enter username and password through Authentication handler in extracthandler method) and after user enters his/her credentials then you want that credentials to be validated again before granting permission to the repository (in this case you need to write External Identity Provider). One example could be, once user enter credentials then 3rd party system generates some token. Now you can validate this token in your External Identity Provider code by calling some web service endpoint provided by 3rd party.



            More details here






            share|improve this answer



























              2














              Please note that Login module has been rewritten and now its call External Identity Provider.



              External identity provider does not only sync user data but also authenticate user entered credentials. Lets take an example where you need to authenticate user against 3rd party system (which means you need to ask user to enter username and password through Authentication handler in extracthandler method) and after user enters his/her credentials then you want that credentials to be validated again before granting permission to the repository (in this case you need to write External Identity Provider). One example could be, once user enter credentials then 3rd party system generates some token. Now you can validate this token in your External Identity Provider code by calling some web service endpoint provided by 3rd party.



              More details here






              share|improve this answer

























                2












                2








                2







                Please note that Login module has been rewritten and now its call External Identity Provider.



                External identity provider does not only sync user data but also authenticate user entered credentials. Lets take an example where you need to authenticate user against 3rd party system (which means you need to ask user to enter username and password through Authentication handler in extracthandler method) and after user enters his/her credentials then you want that credentials to be validated again before granting permission to the repository (in this case you need to write External Identity Provider). One example could be, once user enter credentials then 3rd party system generates some token. Now you can validate this token in your External Identity Provider code by calling some web service endpoint provided by 3rd party.



                More details here






                share|improve this answer













                Please note that Login module has been rewritten and now its call External Identity Provider.



                External identity provider does not only sync user data but also authenticate user entered credentials. Lets take an example where you need to authenticate user against 3rd party system (which means you need to ask user to enter username and password through Authentication handler in extracthandler method) and after user enters his/her credentials then you want that credentials to be validated again before granting permission to the repository (in this case you need to write External Identity Provider). One example could be, once user enter credentials then 3rd party system generates some token. Now you can validate this token in your External Identity Provider code by calling some web service endpoint provided by 3rd party.



                More details here







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 2 days ago









                Sumanta PakiraSumanta Pakira

                53121430




                53121430





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55033618%2fsling-authentication-handler-vs-login-module%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme

                    Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

                    2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived