Hello, Thank you for you answer.
I've noticed the following behavior, if I am already connected with a user and I connect with the same user through another browser, a new token is generated, but I received the same refresh token, what is the scope combination to obtain the same token so the both sessions can be active? Regards. 2017-05-10 19:32 GMT+02:00 Farasath Ahamed <[email protected]>: > > On Wed, May 10, 2017 at 6:21 PM, Koné Alioune Badara < > [email protected]> wrote: > >> Hello, >> >> Is it possible to have multiple JWT token active at the same time per >> user with OAUTH2 protocol. >> > >> For exemple if my user, log in two different browsers, its only the last >> connection's token that is active, is it possible to have both token ative >> at the same time? >> > > As of now, we have only one active token for client_id, user, scope > combination. So if you come via two browsers and request a new token for > the client_id, user, scope combination you would get the same token. > > Therefore, a workaround would be to obtain tokens with different scope > parameters when you are coming via different browsers. > This an improvement that we have tracked via [1] > > > > [1] https://wso2.org/jira/browse/IDENTITY-4404 > > >> Regards. >> >> -- >> Cordialement, >> >> Alioune B KONÉ. >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > -- Cordialement, Alioune B KONÉ. MASTER ETNA 2016.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
