08-31-2020 07:56 AM
We are currently using Anyconnect clients on ASA and radius authentication. The Radius server (microsoft NPS) provides an individual framed IP address to some specific users. These IP addresses are stored in AD under the user account. It works fine for years already. I'm now testing SAML authentication on Azure AD with the goal to replace the NPS radius server. This works, except for the users with dedicated framed IP addresses. Any suggestions how to achieve this?
Solved! Go to Solution.
09-01-2020 09:12 PM - edited 09-01-2020 09:15 PM
Hi Nuancebvdr,
The SAML IdP will not be able to provide an attribute to the user because of a limitation with SAML authorization on ASA's, it works for Authentication only.
What you need to do is to define the AD server as authorization server on the tunnel group so the NPS provides the Frame IP attribute.
Then, under the AAA configuration for that AD radius server, specify that it will be used as authorization only.
Config example:
aaa-server Radius protocol radius
authorize-only
aaa-server Radius (outside) host x.x.x.x
key *****
tunnel-group Josue_TG general-attributes
authorization-server-group Radius
tunnel-group Josue_TG webvpn-attributes
authentication saml
saml identity-provider http://<saml_idp_url>
Rate if it helps.
Regards,
Josue Brenes
TAC - VPN Engineer.
09-01-2020 09:12 PM - edited 09-01-2020 09:15 PM
Hi Nuancebvdr,
The SAML IdP will not be able to provide an attribute to the user because of a limitation with SAML authorization on ASA's, it works for Authentication only.
What you need to do is to define the AD server as authorization server on the tunnel group so the NPS provides the Frame IP attribute.
Then, under the AAA configuration for that AD radius server, specify that it will be used as authorization only.
Config example:
aaa-server Radius protocol radius
authorize-only
aaa-server Radius (outside) host x.x.x.x
key *****
tunnel-group Josue_TG general-attributes
authorization-server-group Radius
tunnel-group Josue_TG webvpn-attributes
authentication saml
saml identity-provider http://<saml_idp_url>
Rate if it helps.
Regards,
Josue Brenes
TAC - VPN Engineer.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide