OpenID Provider Commands Compliance Testing
hello.dev

๐Ÿ”‘ OpenID Provider Endpoints

This service provides OpenID Provider endpoints for OPC compliance testing.

๐Ÿงช Usage in OPC Client

Use this issuer with the OPC compliance testing client:

# Run compliance tests opc-client -server https://your-opc-server.com -test-suite compliance.yaml # Server discovery opc-client -server https://your-opc-server.com -discover # Execute individual commands opc-client -server https://your-opc-server.com -command metadata

โš™๏ธ Server Configuration

Configure your OPC server to trust this issuer:

# Environment variable export OPC_JWT_TRUSTED_ISSUERS="https://hello.dev" # Or in server config YAML jwt_config: trusted_issuers: - "https://hello.dev"

โš ๏ธ Security Notice

This is for testing only! The private keys are publicly accessible for compliance testing purposes. Never use this issuer for production authentication.

๐Ÿ“š Documentation