- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-28-2020 06:05 AM - last edited on 09-02-2020 10:48 AM by CHopson
We need to be able to inventory, search, and create policies related to OIDC type IDPs within AWS. AWS supports via CLI with the use of: list-open-id-connect-providers
https://docs.aws.amazon.com/cli/latest/reference/iam/list-open-id-connect-providers.html
If there's a way to list all OIDC providers in all AWS accounts, please share which investigate queries we could use to do so.
09-20-2022 01:29 PM
Hello,
Thank you for your question.
Could you please try running this RQL: config from cloud.resource where cloud.type = 'aws' AND api.name = 'aws-iam-oidc-provider'
This will provide you a list of all the AWS cloud account in your environment and provide the IAM OIDC Providers for the AWS accounts you have onboarded.
Please let me know if this works.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!