AXIAM PHP SDK

OidcCallbackController
in package

FinalYes

Step 2 of "Login with AXIAM" (CONTRACT.md ยง12.1 `oidc_exchange`): validates the IdP callback, consumes the single-use stored state, exchanges the authorization code, and redirects (or replies `200 JSON`) on success. See {@see OidcLoginFlow::complete()} for the full 400/401/503 failure mapping.

Table of Contents

Methods

__construct()  : mixed
__invoke()  : Response
Handles the IdP callback GET request and returns the mapped HTTP response.

Methods

__invoke()

Handles the IdP callback GET request and returns the mapped HTTP response.

public __invoke(Request $request) : Response
Parameters
$request : Request
Return values
Response
On this page

Search results