I have integrated wso2is-5.5.0 and weblogic12c(OWSM) with our product for OAuth2 implementation.
Imported wso2carbon certificate in weblogic12c(OWSM) key store for token decryption.
Facing same issue, can anyone please provide information about following question:
- How wso2is-5.5.0 encrypt OAuth token? From which key? what is key location path?
- I am not able to see correct kid values in our OAuth token generated form wso2is-5.5.0. Because key alias is
wso2carbon
and token has kidNTAxZmMxNDMyZDg3MTU1ZGM0MzEzODJhZWI4NDNlZDU1OGFkNjFiMQ
. - Do I have to use custom certificate and key alias? Can you please provide document/link to follow steps?
- Is there any way to use custom OAuth Client Key and OAuth Client Secret?