I`m trying to run playground2 example and authorize with WSO2 Identity server 5.0.0 using OAuth2. And when I choose the authorization_code grant type application failed to obtain token since identity server returns 401 error. But with Identity Server 4.6.0 it works fine.
Authentication parameters is:
- grant_type: authorization_code
- client_id: XXXXXXX
- scope:
- callback url: http://localhost:8081/oauth2client
- authorize endpoint: https://localhost:9443/oauth2/authorize
Is it a bug of WSO2IS 5.0.0?