NameTitleDescriptionHealth
Draft7validatorJWT validatorProtect endpoints from public usage by validating JWT tokens generated by any industry-standard OpenID Connect (OIDC) integration. See: https://www.krakend.io/docs/authorization/jwt-validation/
95%
Draft7signerJWT signercreates a wrapper for your login endpoint that signs with your secret key the selected fields of the backend payload right before returning the content to the end-user. See: https://www.krakend.io/docs/authorization/jwt-signing/
91%
Draft7revokerRevoke ServerThe API Gateway authorizes users that provide valid tokens according to your criteria, but at some point, you might want to change your mind and decide to revoke JWT tokens that are still valid.
87%
Draft7ntlmNTLM AuthenticationEnterprise only. Enables NTLM authentication between KrakenD and a Microsoft server such as Dynamics. See: https://www.krakend.io/docs/enterprise/authentication/ntlm/
100%
Draft7joseShared JWK cacheEnables global configurations for the HTTP client responsible of downloading and caching the JWK URLs for token validation and signing.
100%
Draft7gcpGCP AuthenticationEnterprise only. Enables GCP authentication between KrakenD and Google Cloud service account. See: https://www.krakend.io/docs/enterprise/authentication/gcp/
100%
Draft7client-credentialsOAuth2 client-credentials2-legged OAuth2 flow: Request to your authorization server an access token to reach protected resources. See: https://www.krakend.io/docs/authorization/client-credentials/
100%
Draft7basic-Enterprise only. The Basic Authentication component protects the access to selected endpoints using basic username and password credentials. See: https://www.krakend.io/docs/enterprise/authentication/basic-authentication/
100%
Draft7api-keysAPI-key AuthenticationEnterprise only. Enables a Role-Based Access Control (RBAC) mechanism by reading the `Authorization` header of incoming requests. See: https://www.krakend.io/docs/enterprise/authentication/api-keys/
100%