You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request for password grant type.
We use our own Oauth2 server to provide login for our customers.
The only thing to do would be to pass the user credentials from here: tnsOauthLogin("customProvider");
as Basic Auth header or body parameter.
This is a feature request for password grant type.
We use our own Oauth2 server to provide login for our customers.
The only thing to do would be to pass the user credentials from here:
tnsOauthLogin("customProvider");
as Basic Auth header or body parameter.
Header Parameter:
Body Parameter:
This way an app could be using it's own login form built as full {N} view and no website must be loaded.
I really hope there is a way to get this feature added here :)
Love your Videos on YouTube ;)
The text was updated successfully, but these errors were encountered: