PACS System 0.1.0
PACS DICOM system library
Loading...
Searching...
No Matches
jwks_provider.cpp File Reference

Implementation of JWKS key management and JWK-to-PEM conversion. More...

#include "kcenon/pacs/web/auth/jwks_provider.h"
#include "kcenon/pacs/web/auth/jwt_validator.h"
#include <crow/json.h>
#include <algorithm>
#include <cstddef>
#include <cstring>
Include dependency graph for jwks_provider.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::pacs
 
namespace  kcenon::pacs::web
 
namespace  kcenon::pacs::web::auth
 

Detailed Description

Implementation of JWKS key management and JWK-to-PEM conversion.

See also
RFC 7517 - JSON Web Key (JWK)
RFC 7518 - JSON Web Algorithms (JWA)
Issue #852 - Implement OAuth 2.0 authorization for DICOMweb endpoints

Definition in file jwks_provider.cpp.