# How to secure view access to a Channel using SSO Access Control List?

For Portals using SSO logins, Channels can be secured further by using ACL (Access Control Lists). For each user that logs in using SSO, the ACL attributes will need to be sent by the SSO provider. You can follow below steps to secure a channel using ACL.

1. Click on "Edit" Channel to view Channel properties.&#x20;

![](/files/-MN7vi1mYMHhgUJ4F6i_)

2\. This will load the Channel properties page shown below. Next to "Viewers" label, make sure you have disabled "Everyone" as shown in the picture. This will display a text box to enter criteria for SSO Access Control List.&#x20;

![](/files/-MN7xOROOVs7bIOB6Sew)

3\. The format for entering ACL condition is $\<attribute name> = \<value>. For e.g. $costcenter=34, $organization=product marketing

4\. Once you enter the condition in the SSO text box, click on Save. Please make sure there is no typo in the attribute name and value as it has to match the exact values that SSO provider sends with the user.&#x20;

5\. Once this is saved, it should restrict view access as per the condition entered in SSO text box.

6\. Please make sure all required attributes are passed through SSO login.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.circlehd.com/channels/how-to-secure-viewers-access-to-a-channel-using-sso-access-control-lists.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
