AWS access portal URL | SSO Login URL - Restricting access to vpn

0

While reading the docs, i saw we can change the SSO url to a more customized one. Is it also possible to restrict the same url (customized or not) to be accessible to only to the business vpn ip address?

https://docs.aws.amazon.com/singlesignon/latest/userguide/howtochangeURL.html

已提問 1 年前檢視次數 737 次
2 個答案
1
已接受的答案

The AWS SSO (or AWS Identity Center as it is called now), is a service that allows you to set up an IDP (like Okta). Due to the nature of the service it is supposed to be available via the Internet from anywhere.

However, you can enable MFA (multi-factor authentication) to provide another layer of security for your SSO service. This will require your authorized users to prove they are who they say they are by requesting that they provide a second form of identification.

If you want to limit access to AWS services that you have SSO in front of, you can restrict access using the Permission Sets and restrict by IP. You can read more about this here - https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html

Hope this helps,

profile picture
已回答 1 年前
  • I was planning to use MFA also. The requirement was also to restrict the SSO portal url itself from public access to only vpn ip address range.

  • This is currently not possible, but you can restrict access to the applications in your Permission sets if you are trying to restrict access to Consoles, but external applications are not possible right now Here's someone who asked this question and AWS response - https://bit.ly/41RQbHF

1

I don't think it is possible to put IP restrictions on URLs.
How about putting IP restrictions on SSO user policies instead?
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_aws_deny-ip.html

profile picture
專家
已回答 1 年前
  • like deny all logins if source Ip Address is not from vpn ip range and putting permission sets at the OU level to restrict user interactions on the aws?

  • I think it is possible to log in to the management console. However, it is secure because only authorized IP addresses will be able to perform subsequent operations.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南