How to implement custom Auth System From Auth0?

I have to deploy my own App inventor instance but how to make a custom Auth System instead of the normal login page?

I saw a recently saw a new app inventor instance that is Niotron, when I open https://builder.niotron.com/ it takes me to https://my.niotron.com/?mode=auth&cback=https://builder.niotron.com/login.jsp

then when I login there I go again to the builder with a callback URL https://builder.niotron.com/login.jsp?data=somedata&authKey=somedata

I am just referring to Niotron...

How to build a system like this?

I think they use SSO so they user can access all services just by registering at one service.

Why not ask Niotron?

1 Like

He can't,because he is working with AI2 Sources and most of the people say that this is the best place to ask questions related to that.

Niotron are working with AI2 resources too.

You can ask anyone, any organisation a question - some will be helpful, others not - but you will never get a reply if you do not pose a question :owl:

2 Likes

True :+1:

Sure but it seems most of the AI2 distributions' communities are not interested in answering these questions.

And that's why (extension) developers love this community most.

3 Likes

Thanks @vknow360 and @ChrisWard For your response but it didn't answer my question...

@ewpatton may help...

1 Like

You can make changes to the LoginServlet and implement any custom authentication you like. We at Niotron uses an SSO Like implementation.

1 Like

Any example code would help :slight_smile: