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 Answer
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
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions