Re: [Dev] JWT WSO2

2019-03-07 Thread Hasini Witharana
Hi Felipe, Refer the step 6 in the blog [1] for claim configuration. [1] - https://medium.com/@hasiniwitharana/openid-connect-certification-configurations-for-basic-profile-with-wso2-identity-server-e3cd511a9f37 Thank You. On Thu, Feb 7, 2019 at 9:56 PM Felipe Pinheiro <

Re: [Dev] JWT WSO2

2019-03-01 Thread Hasanthi Purnima Dissanayake
Hi Felipe Pinheiro, As far as I understood your flow is something like this. - You are invoking /token endpoint by passing the scope as openid - Id_token response you need to add a custom claim like accountid. So you can achieve that requirement by using following steps. - Add a wso2

Re: [Dev] JWT WSO2

2019-02-28 Thread Piraveena Paralogarajah
Hi, You can add new claims into id_token by implementing a supplementary OSGi service [1] in Identity Server. If you want to add claims into ID Token in your own way, rather than changing the existing code base, this service can be used. This service can be plugged in and can be used to inject

Re: [Dev] JWT WSO2

2019-02-08 Thread Felipe Pinheiro
Hello, I need to add new information in the token, but this information will be sent when to call the /token. For example, I have this return:

Re: [Dev] JWT WSO2

2019-02-07 Thread Farasath Ahamed
On Thu, Feb 7, 2019 at 9:56 PM Felipe Pinheiro < felipe.pinhe...@ifactory.com.br> wrote: > Hello, > > I am trying to make a change in JWT by adding new information sent in the > request (/token). > So by JWT are you referring to the id_token? > > Is there a way to send a parameter in a custom

[Dev] JWT WSO2

2019-02-07 Thread Felipe Pinheiro
Hello, I am trying to make a change in JWT by adding new information sent in the request (/token). Is there a way to send a parameter in a custom grant type and add that parameter inside JWT? I am with this issue there for some weeks and I don't know if is possible to perform that change in the