Home > Articles > Cisco Network Technology > General Networking > Authentication and Authorization Policies: Using Cisco Identity Services Engine in a BYOD World

Authentication and Authorization Policies: Using Cisco Identity Services Engine in a BYOD World

  • Sample Chapter is provided courtesy of Cisco Press.
  • Date: Jun 25, 2013.

Chapter Description

This chapter examines the relationship between authentication and authorization and how to build policies for each, describing a few common Authentication Policies and Authorization Policies to help you see how to work with these policy constructs.

Authorization Policies

The ultimate goal of an Authentication Policy is to determine if the identity credential is valid or not. However, success or failure in the authentication policy may not necessarily determine whether the user or device is actually permitted access to the network. The authorization rules make that determination.

Goals of Authorization Policies

Authorization Policies have one main goal: to examine conditions in order to send an authorization result to the network access device (NAD). What conditions? Well, what did you have in mind?

Common conditions could include internal and external attributes, like Active Directory group membership or internal group membership within ISE. Policies can be built using attributes like location, time, if a device was registered, whether a mobile device has been jail-broken, nearly any attribute imaginable. Even the authentication is an attribute: was authentication successful; which authentication protocol was used; and what is the content of specific fields of the certificate that was used?

The policy compares these conditions with the explicit goal of providing an authorization result. The result may be a standard RADIUS access-accept or access-reject message, but it can also include more advanced items, like VLAN assignment, downloadable Access-Lists (dACL), Security Group Tag, URL redirection, and more.

The result allows or denies access to the network, and when it is allowed, it can include any and all restrictions for limiting network access for the user or endpoint.

Understanding Authorization Policies

Now that you understand the fundamental responsibilities of the Authorization Policy, it will be easier to understand the exercises in this section. To understand Authorization Policies even more, let’s examine a few.

Basic Authorization Policy rules are logically organized in this manner:

  • IF conditions THEN AssignThesePermissions

Just like the Authentication Policy, Authorization Policy rules are processed in a top-down, first-match order. So, if the conditions do not match, the authentication is compared to the next rule in the policy.

ISE is preconfigured with a default rule for blacklisted devices, named Wireless Blacklist Default, Profiled Cisco IP-Phones, and Profiled Non Cisco IP-Phones. Let’s examine the Cisco IP-Phone and blacklist rules in order to dig into authorization rules and how they work. If you have a live ISE system, it may help to follow along with the text.

From the ISE GUI, perform the following steps:

  1. Navigate to Policy > Authorization.

    You should notice an immediate difference between the Authorization Policy and the Authentication Policy examined earlier in this chapter. The Authorization Policy attempts to display the rule logic in plain English. The bold text designates an identity group, while the standard font is a normal attribute. The operator is always AND when both identity group and other conditions are used in the same rule.

    Figure 13-18 displays the default Authorization Policy.

    Figure 13-18

    Figure 13-18.Default Authorization Policy

  2. Edit the rule named Cisco IP-Phones.

    Notice the identity group is a separate list than the other conditions. In this rule, there is an identity group named Cisco-IP-Phones. The next field is where other conditions are selected.

    This particular rule is a prebuilt rule that permits any device that was profiled as a Cisco IP-Phone, sending an access-accept that also sends an attribute value pair (AVP) that permits the phone into the voice VLAN. Figure 13-19 shows an identity group of Cisco-IP-Phone.

    Figure 13-19

    Figure 13-19.Profiled Cisco IP Phones

  3. Examine the permissions (result) that is sent. Navigate to Policy > Policy Elements > Results > Authorization > Authorization Profiles.

    Authorization Profiles are a set of authorization results that should be sent together. Notice that there are two other categories of authorization results: Downloadable ACLs and Inline Posture Node Profiles.

    Figure 13-20 displays the default Authorization Profiles.

    Figure 13-20

    Figure 13-20.Default Authorization Profiles

  4. Select the Cisco_IP_Phones Authorization Profiles.

    The authorization result needs to be RADIUS attributes. To make that easier for the users of ISE, Cisco has included a Common Tasks section that presents the options in more of a “plain English” format. The Attributes Details section at the bottom displays the raw RADIUS result that is sent.

    Figure 13-21 shows the common tasks, using the default Cisco_IP_Phones authorization profile as the example.

    Figure 13-21

    Figure 13-21.Cisco_IP_Phones Authorization Profile

    In Figure 13-21, note the DACL name is a drop-down box where you select a downloadable access list that is created and stored in ISE. The Voice Domain Permission check box is required for the switch to allow the phone into the voice VLAN on the switch.

  5. Notice in the Attributes Detail section, this authorization result sends a RADIUS result with an access-accept, a dACL that permits all traffic, and the voice-domain VSA to permit the phone to join the voice VLAN.

Next, examine the Wireless Blacklist Default Rule:

  1. Navigate to Policy > Authorization.
  2. Edit the rule named Wireless Black List Default.

    Notice the Identity Group is a separate list than the other conditions. In this rule, there is an Identity Group named “Blacklist”. The next field is populated with a pre-built condition specifying wireless connections. This particular rule is built to prevent devices that have been marked lost or stolen from accessing the network.

  3. Examine the authorization condition being used. Navigate to Policy > Policy Elements > Conditions > Authorization > Compound Conditions.

    Figure 13-22 shows the default list of compound conditions.

    Figure 13-22

    Figure 13-22.Pre-Built Authorization Compound Conditions

  4. Select Wireless_Access.

    As shown in Figure 13-23, the Wireless_Access compound condition references the RADIUS attribute of NAS-Port-Type Equals Wireless – IEEE 802.11.1

    Figure 13-23

    Figure 13-23.Wireless_Access Compound Condition

  5. Examine the authorization result that is being sent for this Authorization Rule. Navigate to Policy > Policy Elements > Results > Authorization > Authorization Profiles.
  6. Select Blackhole_Wireless_Access.

    As shown in Figure 13-24, the Blackhole_Wireless_Access Authorization Profile does not use any of the common tasks. Instead, it employs the Advanced Attribute settings to send a URL-Redirect and URL-Redirect-ACL result to the WLC, along with an access-accept. So, this result allows the devices onto the network, but forces all traffic to redirect to a web page describing that the device was blacklisted.

    Figure 13-24

    Figure 13-24.Blackhole_Wireless_Access Authorization Profile

These two authorization rules demonstrate a variety of rules. This chapter examines a few common Authorization Policies in later sections.

Role-Specific Authorization Rules

The end goal of a Secure Access deployment is to provide very specific permissions to any authorization. In Chapter 6, “Building a Cisco ISE Network Access Security Policy,” you learned all about the specific results and how to create those authorizations. However, that should always be handled in a staged approach in order to limit the impact to the end users.

Part V is dedicated to this phased approach.

Authorization Policy Example

This section provides an example of an Authorization Policy made up of numerous rules based on a common use case. This use case was selected to show multiple aspects of the Authorization Policy and help to solidify your working knowledge the parts/pieces of an Authorization Policy and the workflows associated with creating the policies.

For this example, let’s configure three authorization rules: one that assigns full access to an employee that authenticated successfully with EAP chaining followed by a rule that assigns more limited access to the same employee authenticating with a non-corporate machine. The last rule created assigns Internet-only access to the same employee authenticating on a mobile device.

Employee and Corporate Machine Full-Access Rule

In this rule, assign full-access permissions to an employee that is authenticating from a valid corporate asset. From the ISE GUI, perform the following steps:

  1. Navigate to Policy > Authorization.
  2. Insert a new rule above the default rule.
  3. Name the new rule Employee and CorpMachine.
  4. For the other conditions drop-down, where it says Select Attribute, click the + and select Create New Condition.
  5. Choose Network Access > EapChainingResult.
  6. Choose Equals.
  7. Select User and Machine Both Succeeded.
  8. Click the cog on the right-hand side > Add Attribute/Value.
  9. Select AD1 > External Groups Equals “Employees” (or another AD group of your choosing).
  10. For the AuthZ Profiles, click the + sign.
  11. Click the cog in the upper-right corner > Add New Standard Profile.
  12. Name the new Authorization Profile Employee Full Access.
  13. Optionally add a description.
  14. Access Type = Access_Accept.
  15. Select DACL Name > Permit_ALL_TRAFFIC.

    Figure 13-25 shows the Employee Full Access authorization profile.

    Figure 13-25

    Figure 13-25.Employee Full Access Authorization Profile

  16. Click Save.
  17. Click Done to finish editing the rule.
  18. Click Save to save the Authorization Policy.

    Figure 13-26 shows the completed authorization rule.

    Figure 13-26

    Figure 13-26.Completed Employee and CorpMachine Rule

Internet Only for iDevices

Now that the rule for employees with corporate devices has been created, you need to create the rule below it that provides Internet access only to employee authentications on mobile devices.

To begin this rule, first create a new DACL that is applied to switches, create the authorization result, and then go back into the Authorization Policy and build the rule:

  1. Navigate to Policy > Policy Elements > Results > Authorization > Downloadable ACLs.
  2. Click Add.
  3. Name the ACL Internet Only.
  4. Optionally provide a description.
  5. Within DACL Content, provide an ACL that permits required traffic for Internet access and denies traffic destined to the corporate network.

    Figure 13-27 is just an example.

    Figure 13-27

    Figure 13-27.Internet Only DACL

  6. Click Submit.

Now that the DACL is created, it’s time to create the Authorization Profile:

  1. Navigate to Policy > Policy Elements > Results > Authorization > Authorization Profiles.
  2. Click Add.
  3. Name the Authorization Profile Internet Only.
  4. Optionally provide a description.
  5. Access Type is ACCESS_ACCEPT.
  6. Select DACL Name and select Internet Only.
  7. Optionally provide a GUEST VLAN.

    Keep in mind this VLAN Name or ID is used for both wired and wireless devices. An alternative is to create separate rules for wired and wireless, so the user is assigned VLAN on wireless, but not wired.

  8. Select Airspace ACL Name and fill in the name of the ACL on the controller that provides Internet Only Access.
  9. Click Submit.

    Figure 13-28 shows the completed Authorization Profile.

    Figure 13-28

    Figure 13-28.Internet Only Authorization Profile

Before you build the Authorization Policy, create a logical profiling policy that encompasses all mobile devices. This makes the policy building much easier and provides a reusable policy object:

  1. Navigate to Policy > Profiling > Logical Profiles.
  2. Click Add.
  3. Name the Logical Policy iDevices.
  4. Optionally provide a description.
  5. Select all the mobile platforms from the Available Devices side, and click the > to move them to the Assigned Policies side.
  6. Click Submit.

    Figure 13-29 shows the iDevices Logical Profile.

    Figure 13-29

    Figure 13-29.iDevices Logical Profile

Finally, it is now time to create the authorization rule:

  1. Navigate to Policy > Authorization.
  2. Insert a new rule above the default rule.
  3. Name the Rule Employee iDevices.
  4. Select the + sign for conditions, and select Endpoints > LogicalProfile.
  5. Choose Equals.
  6. Select iDevices.
  7. Click the cog on the right-hand side > Add Attribute/Value.
  8. Select AD1 > External Groups Equals “Employees” (or another AD group of your choosing).
  9. For the AuthZ Profiles, click the + sign.
  10. Select Standard > Internet Only.
  11. Click Done.
  12. Click Save.

    The completed authorization rule is displayed in Figure 13-30.

    Figure 13-30

    Figure 13-30.Employee iDevices Authorization Rule

Employee Limited Access Rule

Now the rule for employees connecting with mobile devices is created, you need to create the rule below it that provides limited access only to employee authentications on any other device.

To begin this rule, first create a new DACL that is applied to switches, create the authorization result, and then go back into the Authorization Policy and build the rule:

  1. Navigate to Policy > Policy Elements > Results > Authorization > Downloadable ACLs.
  2. Click Add.
  3. Name the ACL Employee Limited.
  4. Optionally provide a description.
  5. Within DACL Content, provide an ACL that permits required traffic and denies traffic destined to the corporate network. For this example, allow traffic to reach our virtual desktop infrastructure and essential services, like DNS only.

    Figure 13-31 shows the Employee Limited dACL.

    Figure 13-31

    Figure 13-31.Employee Limited DACL

  6. Click Submit.

Now that the DACL is created, build the Authorization Policy to permit network access and apply that DACL:

  1. Navigate to Policy > Policy Elements > Results > Authorization > Authorization Profiles.
  2. Click Add.
  3. Name the Authorization Profile Employee Limited.
  4. Optionally provide a description.
  5. Access Type is ACCESS_ACCEPT.
  6. Select DACL Name and select Employee Limited.
  7. Do not assign a different VLAN for this authorization.
  8. Select Airspace ACL Name and fill in the name of the ACL on the controller that provides Internet-only access.
  9. Click Submit.

    Figure 13-32 shows the completed Authorization Profile.

    Figure 13-32

    Figure 13-32.Employee Limited Authorization Profile

Now, create the Authorization Policy rule to assign that Authorization Profile:

  1. Navigate to Policy > Authorization.
  2. Insert a new rule above the default rule.
  3. Name the Rule Employee Limited.
  4. Select the + sign for conditions.
  5. Select AD1 > External Groups Equals “Employees” (or another AD group of your choosing).
  6. For the AuthZ Profiles, click the + sign.
  7. Select Standard > Employee Limited.
  8. Click Done.
  9. Click Save.

    Figure 13-33 shows the completed Employee Limited authorization rule.

    Figure 13-33

    Figure 13-33.Employee Limited Authorization Rule

5. Saving Attributes for Re-Use | Next Section Previous Section

Cisco Press Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from Cisco Press and its family of brands. I can unsubscribe at any time.

Overview

Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about Cisco Press products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information

To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites; develop new products and services; conduct educational research; and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@ciscopress.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information

Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security

Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children

This site is not directed to children under the age of 13.

Marketing

Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information

If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out

Users can always make an informed choice as to whether they should proceed with certain services offered by Cisco Press. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.ciscopress.com/u.aspx.

Sale of Personal Information

Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents

California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure

Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links

This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact

Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice

We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020