I have created Service Provider and wso2 IS successfully integrated with LDAP, tested API and able to generate access token for user.
The wso2 IS generates same access token every time for a single user, even if i hit /oauth2/token api multiple times, Is it possible in wso2 IS to
- generate separate access token for same user everytime i call /oauth2/token
- wso2 IS able to handle this type of token management
Thanks