You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Http/Controllers/OAuth2/OAuth2ProviderController.php
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ public function __construct
92
92
newOA\Parameter(name: 'state', in: 'query', required: false, description: 'Opaque state parameter returned in the redirect', schema: newOA\Schema(type: 'string')),
93
93
newOA\Parameter(name: 'nonce', in: 'query', required: false, description: 'Nonce for ID token replay protection (OIDC)', schema: newOA\Schema(type: 'string')),
description: 'Returns the OpenID Provider Configuration document per OpenID Connect Discovery 1.0. Also available at /oauth2/.well-known/openid-configuration.',
435
+
description: 'Returns the OpenID Provider Configuration document per OpenID Connect Discovery 1.0.',
@@ -457,6 +466,7 @@ public function checkSessionIFrame()
457
466
summary: 'OpenID Connect End Session Endpoint (GET)',
458
467
description: 'Initiates RP-Initiated Logout per OpenID Connect Session Management 1.0. Terminates the user session and optionally redirects to the post-logout URI.',
0 commit comments