# Authentication, Authorization, Non Human Identity, and more!

{% embed url="<https://www.youtube.com/watch?v=qZKcZqB-Lsg>" %}

In this video we cover:

* Authentication and Authorization: What's the difference?&#x20;
* Introduction to Ockam's Authentication and Authorization protocols
* The developer experience of Ockam is 3 commands&#x20;
* How to create secure connections to customer data&#x20;
* Routing protocols in Ockam&#x20;
* Secure Channels in Ockam&#x20;
* Attribute-Based Access Control (ABAC) in Ockam&#x20;
* Revocation and rotation of credentials in Ockam&#x20;
* &#x20;Identifiers, Identity, Keys, and Credentials are foundational roots of Trust in Ockam&#x20;
* Cryptography of change events in Ockam&#x20;
* Scaling Trust to Enterprise scale


---

# 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://docs.ockam.io/video-tutorials/authentication-authorization-non-human-identity-and-more.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.
