FDC3 Security In MonoRepo - NOT READY TO REVIEW#1627
Draft
FDC3 Security In MonoRepo - NOT READY TO REVIEW#1627
Conversation
✅ Deploy Preview for fdc3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
17 tasks
…non-conformance tests
…schemas to include detailed descriptions, adding new properties for user identification, and refining encryption methods in the security interface. Adjusted client-server data exchange to support purpose-based requests and improved JWT handling in the IDP application.
… invalid type and breaking build
In order to showcase this `fdc3-security-implementation` demo using Symphony as JWT provider (similar to the Entra example), we need to allow cross-origin requests. This way Symphony can fetch the JWKS (hosted on localhost) and encrypt the user JWT properly.
FDC3: Security implementation - CORS
In order to showcase this `fdc3-security-implementation` demo using Symphony as JWT provider, we need to trust JWKs hosted on HTTPS urls.
FDC3: Security implementation - HTTPS
Member
Author
|
Documentation:
|
Member
Author
|
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe your change
Porting the FDC3 Security project into the monorepo structure.
Fixing: #1492
Work In Progress Checklist
getAgentReview Checklist
DesktopAgent,Channel,PrivateChannel,Listener,Bridging)?JSDoc comments on interfaces and types should be matched to the main documentation in /docs
Conformance test definitions should cover all required aspects of an FDC3 Desktop Agent implementation, which are usually marked with a MUST keyword, and optional features (SHOULD or MAY) where the format of those features is defined
The Web Connection protocol and Desktop Agent Communication Protocol schemas must be able to support all necessary aspects of the Desktop Agent API, while Bridging must support those aspects necessary for Desktop Agents to communicate with each other
npm run build) run and the results checked in?Generated code will be found at
/src/api/BrowserTypes.tsand/or/src/bridging/BridgingTypes.tsBaseContextschema applied viaallOf(as it is in existing types)?titleanddescriptionprovided for all properties defined in the schema?npm run build) run and the results checked in?Generated code will be found at
/src/context/ContextTypes.ts