Package-level declarations
Types
Strategy to implement authorization for credential requests (with scope
or OpenIdAuthorizationDetails) in SimpleAuthorizationService.
Simple bearer token generation for an OAuth 2.0 authorization server.
Verifies Bearer tokens that have been generated by BearerTokenGenerationService. This does only work for internal authorization servers, because we could not store the actual user data otherwise.
Simple client authentication service for an OAuth2.0 AS.
Extracted information from at.asitplus.openid.AuthenticationRequestParameters, to store what the client has initially requested (which scope and/or authnDetails).
Simple DPoP token generation for an OAuth 2.0 authorization server, with OpenId4VciAccessToken as payload.
Verifies JWT tokens that have been generated by JwtTokenGenerationService, as OpenId4VciAccessToken.
Simple OAuth 2.0 client to authorize the client against an OAuth 2.0 Authorization Server and request tokens.
Holds information about the HTTP request the client has made, to validate client authentication.
Simple authorization server implementation, to be used for CredentialIssuer, with the actual authentication and authorization logic implemented in strategy.
Strategy to generate access tokens, to use in SimpleAuthorizationService.
Combines access token generation and verification.
Verifies access tokens and refresh tokens, that may have been generated by a TokenGenerationService, or by any other OAuth 2.0 authorization server.