Reputation: 960
I have Configured WSO2 Identity Server as a Key Manager successfully. But I couldn't find a way to set WSO2-IS as Key Manager for try-out console in Dev portal. It says "The Resident Key Manager is selected for try out console".
Can I set WSO2-IS as Key Manager for try out console?
What I have tried (With no success):
In Runtime Configurations for API, only Allow WSO2-IS as key manager (from publisher portal)
Disable "Resident Key Manager" from admin portal
I'm using API-M 3.2.0 & IS 5.11.0
Upvotes: 3
Views: 1106
Reputation: 967
When you are generating the keys, you can select the key manager which is configured on the topmost level of the form. This has been mentioned in other docs.
For example, when configuring okta as a KM you need to select okta and generate keys.
Same as above select WSO2-IS as the Key manager and generate Tokens.
EDIT
You need to configure it as a connector and disable the resident KM for the API. Then try out page will pick the third party KM.
Upvotes: 1