All Implemented Interfaces:
SecurityConfigurer<DefaultSecurityFilterChain,B>

@Deprecated public final class ImplicitGrantConfigurer<B extends HttpSecurityBuilder<B>> extends AbstractHttpConfigurer<ImplicitGrantConfigurer<B>,B>
Deprecated.
It is not recommended to use the implicit flow due to the inherent risks of returning access tokens in an HTTP redirect without any confirmation that it has been received by the client. See reference OAuth 2.0 Implicit Grant.
An AbstractHttpConfigurer for the OAuth 2.0 Implicit Grant type.

Security Filters

The following Filter's are populated:

Shared Objects Created

The following shared objects are populated:

Shared Objects Used

The following shared objects are used:
Since:
5.0
See Also: