Auth0 integration with Backendless

Hello

I’m working on Angular 2 app creation and it’s necessary to implement auth0 integration with Backendless.
Integration auth0 into Angular 2 quite simple. So in my case the simplest example will be https://auth0.com/docs/quickstart/spa/angular2/01-login
But right now I don’t know the best way to proceed with auth0 integration with Backendless.

Are there some examples or documentation with such types of implementation?
Otherwise could you suggest please the possible way to go ahead with such integration or any thoughts about it?

Thanks in advance!

Hi Alex,

I browsed through the auth0 site trying to find a description of the client/server protocol, but could not find any. Do you have any references which would shed some light on what the requirements are for the server-side in order to implement Auth0?

Regards,
Mark

Hi Mark,

Auth0 uses OAuth 2.0 as main authorization protocol. But not only it.

Also their auth Api Authentication API Explorer if it can help

Hi Mark,

any thoughts ?

Hi Alex,

We currently do not implement OAuth protocol, but maybe this will be added to our roadmap eventually.