after authenticated user. and consent request and ...
# general
h
after authenticated user. and consent request and accept it. It show consent_verifier in redirect_to. instead of generating code. so i can exchange code for access token and id token. 1. Authenticate user. 2. Consent Request with challenge. 3. Accept Consent Reuest. 4. Response generate below redirect url instead of code. so i can exchange code for api to access it. http://127.0.0.1:4444/oauth2/auth?client_id=myclient4&consent_verifier=k90OO33ie39C[…]nsent&response_type=code&scope=openid+offline&state=sdfds4354
👀 1
What i am doing, created OAuth client in hydra. Get authorization url. Authenticate user. Consent request and add role in for user type. Accept request and redirect url, need to show code and then pass this code for exchange instead of oauth2/auth again and have consent_verifier in it.