-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Current Limitation
Security Risks:
- Passing appToken through system
- Missing userToken in Consumer Application validation
- No auth validation for OE -> PDP and OE -> CE
Suggested Improvement
RESEARCH FIRST
For now: create SecureTokenInterface with a test client that OE can use; create a generic payload that can be signed
Ideal Flow:
- When a request comes to OE with appToken and userToken
- The token service will look up clientID to get appID; and mint a token containing all information (appToken, userToken, audience, etc) --> this secure token will be used within OpenDIF system
Version
No response
Additional Context
No response
Reactions are currently unavailable