Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Marcel van Helmont 68 posts 259 karma points c-trib
    Jun 18, 2015 @ 08:40
    Marcel van Helmont
    0

    CUstom Section/tree with external service

    I am currently working on a integration with umbraco and our custom crm application.

    Currently we authenticate umbraco with our crm by Oauth Client Credentials, it works but not really the best solution. We wanne replace this with another flow so we can authenticate based on user.

    But what's the best way to do this? I there a way to popup a login screen when a custom section / tree is loaded so we can get a access token?

    Thanks

  • David Brendel 792 posts 2970 karma points MVP 3x c-trib
    Jun 18, 2015 @ 14:23
    David Brendel
    1

    Hi Marcel,

    don't now if you can hook into the JS click event or the dashboard loading, but you can build a custom dashboard which displays the login screen or create a popup with it.

    The custom tree can also check for the auth token and show tree items if it is there vor return none if not logged in.

    That would be how I would try to implement that behaviour.

    Regards David

  • Marcel van Helmont 68 posts 259 karma points c-trib
    Jun 20, 2015 @ 11:26
    Marcel van Helmont
    0

    Hi David,

    Thanks for your reply i will try the dashboard way for now i don't see another way currently.

    thanks

Please Sign in or register to post replies

Write your reply to:

Draft