APIs for creating Custom SAML 2.0 application in Identity Center

0

Hi,

I've searched AWS and boto3 docs but I can't seem to find APIs for creating Custom SAML 2.0 applications. I'm referring to the ones you can configure in the console under Identity Center -> Applications -> Add application -> Add custom SAML 2.0 application and then you get the Identity Center metadata and you can input the ACS URL and SAML audience URL values.

When applications are deployed, there is a need to programmatically also configure their SAML 2.0 integrations with Identity Center as their IdP. These apps are spun up and torn down relatively frequently so that's why these SAML integrations would need to be done automatically. Other integrations and API calls are done from Lambda functions, so these APIs I'm searching for would be initiated from Lambdas as well.

Can anyone point me in the right direction please? Or if such APIs don't exist at the moment, how did anyone else do this in the past?

Thanks

1 回答
0

Iidentity centre in the SDK is very limited I believe. I have had to do this manually in the past.

Usually, applications that rely on SAML auth dont usually spin up and down. You set up the SAML intergration and dont usually have to update them again.

profile picture
专家
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则