Identity center instance cannot be created or carried over if an organization is created after identity center is already enabled.
Closed this issue · 2 comments
Describe the bug
I enabled identity center without first creating my organization. I then created my organization and navigated back to identity center. The splash page to enable IC was displayed, but when I clicked enable it told me It was already enabled in the region I was in.
I ran this script and the output was that it was already enabled in the region I was in.
`regions=$(aws ec2 describe-regions --query "Regions[*].RegionName" --output text)
for region in $regions; do
echo "Executing in region: $region"
aws sso-admin list-instances --region "$region"
echo "----------------------------------------"
done`
I had to delete my org then delete my identity center instance then re-create the org and re-enable Identity center. It seems that Identity center that was enabled in the account should be available to the user after an organization is created.
To Reproduce
Steps to reproduce the behavior:
Make sure there is no identity center instance or organizations instance
- Go to 'Identity Center console'
- Click on 'Enable'
- Go to organizations and click 'create and organization'
- Navigate back to identity center to manage it
- See that its no longer there and cannot be enabled
Expected behavior
Make sure there is no identity center instance or organizations instance
- Go to 'Identity Center console'
- Click on 'Enable'
- Go to organizations and click 'create and organization'
- Navigate back to identity center to manage it
- Manage identity center normally.
Desktop (please complete the following information):
- OS: [MacOS]
- Browser [ chrome]
- Version [macos14.3.1]
It seems you are describing a behavior of AWS IAM Identity Center, not an issue with the TEAM application. Identity Center now supports different instance types, including organization instances and account instances. See https://docs.aws.amazon.com/singlesignon/latest/userguide/identity-center-instances.html
Marking this issue as stale due to inactivity. This helps our maintainers find and focus on the active issues. If this issue receives no comments in the next 7 days it will automatically be closed.