Hi!
When I was investigating Okta Management API authentication methods back in September, I found in documentation that API Key approach (SSWS) was deprecated in favour of OAuth 2.0 access token usage, thus decided to go with access token approach. However, when started an implementation of it a week ago - API Key approach is not marked as deprecated anymore.
(I’m pretty sure it used to be deprecated as found the link with an anchor I pasted somewhere in discussion back in September )
https://developer.okta.com/docs/api/openapi/okta-management/guides/overview/#api-key-deprecated
I’m wondering if it really so and why the decision was made? Thanks!