One way of solving is parsing the query string and extracting the client_id from it.
Jul 11, 2020
3
Level 3
How to retrieve parameter from url.intended in a session ?
How to retrieve parameters from url.intended in a session ?
For instance, when I log $request->session()->get('url.intended') in my LoginController's attemptLogin(Request $request) method, I get:
http://backend.test/oauth/authorize?access_type=&client_id=2&code_challenge_method=implicit&protocol=oauth2&redirect_uri=...
How to retrieve theclient_id ?
Level 16
Please or to participate in this conversation.