Other OAuth processing
Other OAuth processing allows customization of the OAuth client’s default behavior.
You can use custom OAuth processing in the following situations.
- Use the
authorization_formoperation to support selected scope-handling by the resource owner. - Use the
authorization_requestoperation to provide custom handling after successfully generating a code for an authorization code grant. - Use the
access_requestoperation to provide custom handling after successfully generating an access token. - Use the
validate_requestoperation to make a validation request after successfully verifying an access token. - Use the
resource_requestoperation to make a resource request after successfully verifying an access token but before the request is sent to the resource server. - Use the
revoke_requestoperation to handle DataPower revocation grant types. - Use the
check_revocation_requestoperation to check whether a token is successfully revoked. - Use the
preapproved_checkoperation to verify whether the resource owner pre-approves an authorization request from the client. - Use the
scope_override_requestoperation to override the scope that is requested by the application. - Use the
miscinfo_requestoperation to add miscellaneous information to a token. The maximum number of characters in this information is 1024.