stable
Clone or download
Read-only
request #19719: Cannot display your recent elements when authorizing an OAuth2 app
To test, you need to: * create an OAuth2 app (easier if you disable the PKCE enforcement for the purpose of the test) * start the authorization flow manually (can be done by accessing an URL formatted like this https://tuleap.example.com/oauth2/authorize?client_id=<client_id>&redirect_uri=<redirect_uri>&response_type=code&scope=openid&state=somestate) It should be possible to see the elements you recently visited on the page where you authorize an OAuth2 app. Change-Id: I3aabf2d7d3510ff5d52b2b2a0d65949e0bae2a05
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/oauth2_server/include/AuthorizationServer/AuthorizationEndpointController.php | +1 | −1 | Go to diff View file |