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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ