'How to create AWS Identity Provider via the python code?
Solution 1:[1]
To create a SAML identity provider you can use the create_saml_provider API.
To create an OpenID connect identity provider you can use the create_open_id_connect_provider API.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Paolo |

