By: Jay Kumar user 30 Nov 2017 at 7:47 a.m. CST

1 Response
Jay Kumar gravatar
Hi, Can we get grant type authorization code without using GLUU login page. As we use this code to get access token. Is there any way to get authorization code using API bypassing the GLUU login screen? Thanks.

By Michael Schwartz Account Admin 01 Dec 2017 at 10:50 a.m. CST

Michael Schwartz gravatar
No. All federated protocols work by redirecting the user to the login page. That is the only way to protect the website from seeing the user's password or other extra personal information. The Oauth Resource Owner Password Credential Grant can be used if you just want to validate the user's password on a website you control.