From 03e459103ab02c95f06053023441483994893b13 Mon Sep 17 00:00:00 2001 From: tdellmann Date: Wed, 13 Nov 2024 07:43:02 +0100 Subject: [PATCH] add decriptions for userId and atrek --- docs/contribution/3-overview/3-concepts/4-external-frontend.mdx | 2 ++ .../contribution/3-overview/3-concepts/4-external-frontend.mdx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/contribution/3-overview/3-concepts/4-external-frontend.mdx b/docs/contribution/3-overview/3-concepts/4-external-frontend.mdx index f581facf..e9a8b849 100644 --- a/docs/contribution/3-overview/3-concepts/4-external-frontend.mdx +++ b/docs/contribution/3-overview/3-concepts/4-external-frontend.mdx @@ -42,3 +42,5 @@ Useful placeholders in the URL for internal routing are: - `extensionInstanceId` - The ID of the extension instance in UUID format - `context` - The kind of extension context, the extension instance was added to - `contextId` - The ID of the extension context, the extension instance was added to +- `userId` - The ID of the User that is currently using the extension +- `accessTokenRetrievalKey` - The AccessTokenRetrievalKey, commonly called ATReK, of the user. Can be used by the extension instance to perform [Authentication via ATRek](../../overview/concepts/authentication#access-token-retrieval-key) diff --git a/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/4-external-frontend.mdx b/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/4-external-frontend.mdx index 5bd52a8f..59710c11 100644 --- a/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/4-external-frontend.mdx +++ b/i18n/de/docusaurus-plugin-content-docs/current/contribution/3-overview/3-concepts/4-external-frontend.mdx @@ -45,3 +45,5 @@ Für das interne Routing sinnvolle Platzhalter in der URL sind: - `extensionInstanceId` - Die ID der Extension Instance im UUID-Format - `context` - Der Extension Context Kind, zu dem die Extension Instance hinzugefügt wurde - `contextId` - Die ID des Extension Contexts, zu dem die Extension Instance hinzugefügt wurde +- `userId` - Die ID des Users, der die Extension gerade bedient +- `accessTokenRetrievalKey` - Der AccessTokenRetrievalKey, auch genannt ATReK, des Users. Hiermit kann die Extension Instance eine [Authentifizierung via ATReK](../../overview/concepts/authentication#access-token-retrieval-key) durchführen