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 > >
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
