Re: [Dev] [IS] Accessing token_type from OAuth2AuthzEndpoint

2015-02-15 Thread Nuwandi Wickramasinghe
Hi Johann, Thanks for the reply. Will follow the suggested procedure. On Sun, Feb 15, 2015 at 3:42 AM, Johann Nallathamby joh...@wso2.com wrote: Hi Nuwandi, Since this is for carbon-identity 4.3.0 based release we have the opportunity of fixing the APIs. You can add the token_type parameter

Re: [Dev] [IS] Accessing token_type from OAuth2AuthzEndpoint

2015-02-14 Thread Johann Nallathamby
Hi Nuwandi, Since this is for carbon-identity 4.3.0 based release we have the opportunity of fixing the APIs. You can add the token_type parameter to OAuth2AuthorizeRespDTO and set it in the service level to bearer or other appropriate types. Currently we only support bearer OOTB. Thanks. On

[Dev] [IS] Accessing token_type from OAuth2AuthzEndpoint

2015-02-13 Thread Nuwandi Wickramasinghe
Hi, I'm trying to add the token_type in response for Oauth2 Implicit grant type. As I can see, the response is built in handleUserConsent() method in org.wso2.carbon.identity.oauth.endpoint.authz.OAuth2AuthzEndpoint class. If I can access the token type from here, I can add it as a parameter to