Page History
...
As an alternative to creating a custom OAuth grant type, you can customize one of the existing grant types. The following two classes are sample implementations of customizing the password grant type in particular but any other grant type can be customized as well.
- RoleBasedPasswordGrant - This does some RBAC validation apart from the authentication before granting access.
- ModifiedAccessTokenPasswordGrant - This implementation customized the access token value.
...
Overview
Content Tools
Activity