-
Notifications
You must be signed in to change notification settings - Fork 20
Add separate configuration for OpenID4VCI authorization endpoint #3977
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
@copilot
|
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
|
Coverage Impact This PR will not change total coverage. Modified Files with Diff Coverage (3)
🤖 Increase coverage with AI coding...🚦 See full report on Qlty Cloud » 🛟 Help
|
Co-authored-by: reinkrul <1481228+reinkrul@users.noreply.github.com>
... Done in commit 95788bf. Renamed Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|

The existing
auth.authorizationendpoint.enabledflag controls both OpenID4VP and OpenID4VCI flows. This addsauth.openid4vci.enabledto enable them independently.Changes
auth.openid4vci.enabledflag andOpenID4VCIConfigstructresponse_type=vp_token: requiresauth.authorizationendpoint.enabled(OpenID4VP only)response_type=code: requires either flag enabled (used by both regular auth flow and OpenID4VCI issuance)authorization_endpointif either config is enabledBehavior Matrix
Interface Change
Added
OpenID4VCIAuthorizationEndpointEnabled() booltoAuthenticationServicesinterface.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.