Admin API V1 Password Grant deprecation and Swagger Documentation updates
Admin API Token Endpoint - Currently, it uses an Oauth 2.0 Password grant. The documentation does not explicitly state this, but that is the grant type.
https://docs.developers.optimizely.com/full-stack/docs/using-the-rest-api
If you look up the information about this grant type, it is stated that it is deprecated.
https://oauth.net/2/grant-types/password/
Wondering if are there any plans to update the token endpoint?
I have been working on an integration with Infor M3 CSDE, and I had issues with adding the Admin Api to the new ERP's API gateway; the major blocker was that the Gateway does not support the Oauth 2.0 Password grant. I ended up creating a middleware piece to handle the token endpoint auth.
Wondering if are there any plans to update the swagger documentation?
I also had a heck of a time using the Swagger documentation. It is fairly old and causes SmartBears openapi tool to creak when loading the entire documentation. I managed to work through this by splitting it up.
It would be very helpful if the swagger could be available per entity.
