-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample of Application Metadata file. #1
Comments
Updates
Currently trying to figure out how to make the attributes mappings with terraform, as it is a required step as mentioned here. |
@patheard Can you clarify regarding what you're saying Terraform doesn't support just yet? |
Yup, exactly - there isn't a way to create and configure the custom app via Terraform: |
Good evening Mr. Heard,
Hope you are enjoying your evening ^^
I came across this amazing repo, thank you for your efforts, while trying to use terraform to configure
AWS client VPN using AWS IAM Identity Center as the IdP
.I have been through the hole process using ClickOps or the Console.
My Question
I used to add the
Application Metadata
manually, as the docs mentioned If you don’t have a metadata file, you can manually type your metadata values and enter the following values:E.g. for
aws-client-vpn
Application ACS URL
: http://127.0.0.1:35001Application SAML audience
: urn:amazon:webservices:clientvpnE.g. for
aws-client-vpn-self-service
Application ACS URL
: https://self-service.clientvpn.amazonaws.com/api/auth/sso/samlApplication SAML audience
: urn:amazon:webservices:clientvpnBut the terraform code is:
You mentioned in the repo
You will need to add the AWS SSO SAML Application metadata files to the terraform/metadata directory.
How can I generate the
aws-client-vpn.xml
oraws-client-vpn-self-service.xml
? Or are there any sample or docs referring to the structure of the file ? Would I need to create the files manually of I should get them from somewhere ?Thank you in advance ^^
The text was updated successfully, but these errors were encountered: