awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
957 stars 188 forks source link

AWS SaaS Boost API #436

Open SudhaGanesanAkilandam opened 1 year ago

SudhaGanesanAkilandam commented 1 year ago

HI,

we installed AWS SaaS Boost successfully, we created application and provision tenant through Apllication,

Is it possible to Call setup Application and provision tenant through AWS API i.e congnito with API Gateway API,

If Yes, How to authenticate and call the rest api please provide sample.

Am searched there is no document for that.

This is a 📕 documentation issue

brtrvn commented 1 year ago

We are working on a better developer experience for invoking the SaaS Boost APIs programatically. Some work is already underway to provide a proper client credentials flow that could be used from your secure backend code. Note that following OAuth best practices, you would not want to use this app client in a front-end web or mobile app because it has the secret allowing access to your SaaS Boost installation.