Hi all, I have tried "oauth-bearer" Request path authentication scenario. In case I need to generate an authorization code using an active access token which should be recieved from the response. Steps I followed are as per doc [1]:
- Register a SP - Configure OAuth/ OIDC with enbling password/code/refresh grant types - Configure "OAuthRequestPathAuthenticator" in local and outbound authenticator section - Generate access token using password type => recieved a valid token - Request for code using above token => Expected behaviour is to recieve auth code in the response "Location" header. But I didn't see the code in the response as per [2] Raised a jira for this in [3]. Appreciate any insight on this please. [1] https://docs.wso2.com/display/IS540/OAuth+Request+Path+Authenticator [3] https://wso2.org/jira/browse/IDENTITY-7154 [2] > POST /oauth2/authorize HTTP/1.1 > Host: localhost:9444 > User-Agent: curl/7.43.0 > Accept: */* > Authorization: Bearer 86c1f0ab-831e-3ae1-9a82-93a55a49bcdb > Content-Type: application/x-www-form-urlencoded;charset=UTF-8 > Content-Length: 109 > * upload completely sent off: 109 out of 109 bytes < HTTP/1.1 302 Found < X-Frame-Options: DENY < X-Content-Type-Options: nosniff < X-XSS-Protection: 1; mode=block < Set-Cookie: commonAuthId=f8ace6c7-da84-4d0f-b3c6-4ae6ca40ac64; Path=/; Secure; HttpOnly < Date: Tue, 12 Dec 2017 12:48:31 GMT < Location: https://localhost:9444/authenticationendpoint/oauth2_consent.do?loggedInUser=admin&application=NewOauthSP&scope=openid&sessionDataKeyConsent=fd18c0f9-0151-420a-8389-49b955705722&spQueryParams=< Content-Length: 0 < Server: WSO2 Carbon Server Thanks, -- Kavitha.S *Software Engineer -QA* email : [email protected] Mobile : +94 (0) 771538811 <%2B94%20%280%29%20773%20451194>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
