Replace konnect-identifier-api-v1 with comprehensive LibreGraph Connect OpenAPI spec #202
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR replaces the outdated
konnect-identifier-api-v1.yamlspecification with a comprehensive and accuratelibregraph-connect-api-v1.yamlthat properly reflects the current LibreGraph Connect implementation.Key Improvements
🔧 OIDC Standards Compliance
userinfo_signing_alg_values_supportedrequest_object_signing_alg_values_supportedtoken_endpoint_auth_signing_alg_values_supportedclaims_parameter_supported,claims_supportedrequest_parameter_supported,request_uri_parameter_supportedgrant_types_supportedenum constraints🌐 Server Configuration
basePathvariable for flexible deployment scenarios📡 HTTP Methods & Content Types
application/jwk-set+jsoncontent type for JWKS endpointclient_secret_postauthentication support🔐 Security & Authentication
__Secure-KKT)📋 Schema Accuracy
ConsentRequest(ref,flow_nonce)HelloResponsewithcontinue_urifield📚 Documentation
Files Changed
docs/libregraph-connect-api-v1.yaml- New comprehensive specificationdocs/konnect-identifier-api-v1.yaml- Legacy specificationVerification
identifier/models.goTest Plan
This specification is now ready to serve as the authoritative API documentation for LibreGraph Connect.