wso2-extensions / identity-inbound-auth-oauth

Apache License 2.0
26 stars 370 forks source link

DefaultTokenBuilder does not add "at_hash" field to the ID token claims #908

Closed dilin993 closed 6 years ago

dilin993 commented 6 years ago

Description: When an access token is requested, the given response with id token does not contain the "at_hash" property.

Suggested Labels:

Suggested Assignees:

Affected Product Version: IS 5.5.6-rc3

OS, DB, other environment details and versions:

Steps to reproduce: Setup a service provider with Oauth/OpenID Connect configuration.

Send a request with password grant type.

Related Issues:

dilin993 commented 6 years ago

Fixed with https://github.com/wso2-extensions/identity-inbound-auth-oauth/pull/909

alexfdezsauco commented 6 years ago

How to install this fix into wso2is 5.6?