2.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	| title | slug | collate | 
|---|---|---|
| SAML AWS SSO | /security/saml/aws | true | 
SAML AWS SSO
Follow the sections in this guide to set up AWS SSO using SAML.
{% note %}
Security requirements for your production environment:
- DELETE the admin default account shipped by OM.
 - UPDATE the Private / Public keys used for the JWT Tokens in case it is enabled.
 
{% /note %}
Create OpenMetadata application
Step 1: Configure a new Application in AWS Console
- Login to AWS Console as an administrator and search for IAM Identity Center.
 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-1.png" alt="IAM-Identity-Center" /%}
- Click on 
Choose your identity sourceand configure as per security requirements. 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-2.png" alt="identity-source" /%}
- After identity source is set up successfully, goto step 2 and click on 
Manage Access to applicationand add all the required users who need access to application. 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-3.png" alt="manage-access" /%}
- Click on 
Set up Identity Center enabled applications, and clickAdd application, and selectAdd custom SAML 2.0 application. 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-4.png" alt="saml-application" /%}
- Set Display Name to 
OpenMetadata, and download the metadata xml file and save it someplace safe, it is needed to setup OM Server 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-5.png" alt="metadata-xml" /%}
- 
Click on
Manage assignments to your cloud applicationsand selectOpenMetadatafrom list of applications. - 
Click on
Actionsand selectEdit Configurationsfrom list. Populate the shown values replacinglocalhost:8585with your{domain}:{port}and Submit. 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-6.png" alt="edit-configuration" /%}
- Click on 
Actionsagain and selectEdit Attribute Mappingfrom list. Populate the values as shown below and submit 
{% image src="/images/v1.6/deployment/security/saml/aws/saml-aws-7.png" alt="edit-attribute" /%}
Send the Collate team the above information to configure the server.