We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b9cbf commit a3abc3bCopy full SHA for a3abc3b
1 file changed
docs/security/tokens/overview.md
@@ -1,4 +1,16 @@
1
DateReviewed: 2022-03-10
2
+=======
3
+Token Authentication/Authorization Infrastructure (AAI) Overview
4
+================================================================
5
+
6
+Token Authentication/Authorization Infrastructure (AAI) is a security method used
7
+for accessing compute and storage resources.
8
+It was introduced in the OSG 3.5 series as the replacement for X.509 security.
9
10
+Token AAI is built on the [JSON Web Token](https://jwt.io) standard;
11
+supported implementations are [SciTokens](https://scitokens.org)
12
+[WLCG Tokens](https://github.com/WLCG-AuthZ-WG/common-jwt-profile/blob/master/profile.md).
13
14
15
Bearer Token Overview
16
=====================
0 commit comments