By: Sakit Atakishiyev user 02 Jul 2018 at 10:54 a.m. CDT

2 Responses
Sakit Atakishiyev gravatar
Hi I want to authorize my user with `POST` method instead of `GET` This is the my request ``` POST /oxauth/restv1/authorize HTTP/1.1 Host: login.fimsa.az Content-Type: application/x-www-form-urlencoded Authorization: Bearer 07975e37-73b6-4361-b1ce-e8652cf94ee6 Cache-Control: no-cache scope=openid&response_type=code&prompt=none&client_id=%40!8C91.0602.94C4.D120!0001!CF75.59AC!0008!0403.9E84.34C1.C686&acr_values=login&redirect_uri=https%3A%2F%2Fvroom.fimsa.az%2Fsso ``` But I got `login_required` error. Then I checked the source code and see that to using `prompt=none` `authenticationFiltersEnabled` must be enabled. I enabled this service from `oxAuth` configuration. But I don't know to to continue after this point. Should I pass my user credentials wiht the above reuqest? From the configuration I saw that default gluu has two item for `authenticationFilter` one of them `email` and `inum` and other one is `uid` But I dont know how I pass these prarameters.

By Michael Schwartz Account Admin 02 Jul 2018 at 11:28 a.m. CDT

Michael Schwartz gravatar
Interesting question, which we'd answer if you had a support contract.

By Sakit Atakishiyev user 03 Jul 2018 at 2:39 a.m. CDT

Sakit Atakishiyev gravatar
Ok I understood. So I should find the solution myself. Thank you very much