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
session_code - parameter that saves the state of the authentication process. It is not necessary to implement within the task.
execution - I don't know what it is. As part of another task.
client_id - previous client_id
tab_id - A query parameter that specifies how sessions are handled in the background. Implement as part of another task.
client_data - TODO need to find out what is being transmitted here and in what format. I haven't found any information. I assume encrypted pair of user login and password.
Необходимо возвращать код авторизации при получении запроса по адресу - http://localhost:8080/realms/master/login-actions/authenticate.
Входные параметры:
Необходимо вернуть:
Location должен содержать адрес коллбека с параметрами:
Необходимо добавить логику при получение кода выдавать access token и т.д.
response:
The text was updated successfully, but these errors were encountered: