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?
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.
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
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
Hi David,
Thanks for your reply i will try the dashboard way for now i don't see another way currently.
thanks
is working on a reply...