MCPcopy
hub / github.com/ory/hydra / HandleAuthorizeEndpointRequest

Method HandleAuthorizeEndpointRequest

fosite/handler.go:22–22  ·  view source on GitHub ↗

HandleAuthorizeRequest handles an authorize endpoint request. To extend the handler's capabilities, the http request is passed along, if further information retrieval is required. If the handler feels that he is not responsible for the authorize request, he must return nil and NOT modify session nor

(ctx context.Context, requester AuthorizeRequester, responder AuthorizeResponder)

Source from the content-addressed store, hash-verified

20 // requesting an access token (implicit grant) as described by
21 // Section 4.2.1, or a registered extension value as described by Section 8.4.
22 HandleAuthorizeEndpointRequest(ctx context.Context, requester AuthorizeRequester, responder AuthorizeResponder) error
23}
24
25type TokenEndpointHandler interface {

Implementers 8

MockAuthorizeEndpointHandlerfosite/internal/authorize_endpoint_han
MockAuthorizeEndpointHandlerMockRecorderfosite/internal/authorize_endpoint_han
AuthorizeImplicitGrantHandlerfosite/handler/oauth2/flow_authorize_i
AuthorizeExplicitGrantHandlerfosite/handler/oauth2/flow_authorize_c
Handlerfosite/handler/pkce/handler.go
ExplicitHandlerfosite/handler/openid/flow_explicit_au
OpenIDConnectImplicitHandlerfosite/handler/openid/flow_implicit.go
OpenIDConnectHybridHandlerfosite/handler/openid/flow_hybrid.go

Calls

no outgoing calls