diff --git a/internal/httpclient/api/openapi.yaml b/internal/httpclient/api/openapi.yaml index b8001f45a8..4d8823c5ac 100644 --- a/internal/httpclient/api/openapi.yaml +++ b/internal/httpclient/api/openapi.yaml @@ -1134,7 +1134,7 @@ paths: \ the authentication session(s), the subject\nhas to re-authenticate at the\ \ Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf\ \ you send the subject in a query param, all authentication sessions that\ - \ belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel\ + \ belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel\ \ logout is performed in this case.\n\nAlternatively, you can send a SessionID\ \ via `sid` query param, in which case, only the session that is connected\n\ to that SessionID is revoked. OpenID Connect Back-channel logout is performed\ diff --git a/internal/httpclient/api_o_auth2.go b/internal/httpclient/api_o_auth2.go index 72cd325cd0..f1b8f0348a 100644 --- a/internal/httpclient/api_o_auth2.go +++ b/internal/httpclient/api_o_auth2.go @@ -2996,7 +2996,7 @@ This endpoint invalidates authentication sessions. After revoking the authentica has to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens. If you send the subject in a query param, all authentication sessions that belong to that subject are revoked. -No OpennID Connect Front- or Back-channel logout is performed in this case. +No OpenID Connect Front- or Back-channel logout is performed in this case. Alternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected to that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case. diff --git a/spec/api.json b/spec/api.json index 2e71d9a1c6..da714ba54d 100644 --- a/spec/api.json +++ b/spec/api.json @@ -2995,7 +2995,7 @@ }, "/admin/oauth2/auth/sessions/login": { "delete": { - "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.", + "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.", "operationId": "revokeOAuth2LoginSessions", "parameters": [ { diff --git a/spec/swagger.json b/spec/swagger.json index 6aef8a4df1..8ff1115b75 100755 --- a/spec/swagger.json +++ b/spec/swagger.json @@ -1280,7 +1280,7 @@ }, "/admin/oauth2/auth/sessions/login": { "delete": { - "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpennID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.", + "description": "This endpoint invalidates authentication sessions. After revoking the authentication session(s), the subject\nhas to re-authenticate at the Ory OAuth2 Provider. This endpoint does not invalidate any tokens.\n\nIf you send the subject in a query param, all authentication sessions that belong to that subject are revoked.\nNo OpenID Connect Front- or Back-channel logout is performed in this case.\n\nAlternatively, you can send a SessionID via `sid` query param, in which case, only the session that is connected\nto that SessionID is revoked. OpenID Connect Back-channel logout is performed in this case.", "consumes": [ "application/json" ],