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

                    Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

                    Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

                    How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page