Skip to content
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

combined.example.yaml: align with current version of schema. #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 17 additions & 3 deletions configs/combined.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ app:
headersVariable: callbackHeaders
oauth:
issuer: http://example.com
token_url: http://example.com/token
client_secret: exampleClientSecret
client_id: exampleClientId
tokenUrl: http://example.com/token
clientSecret: exampleClientSecret
clientId: exampleClientId
scope:
- default
createChallenge: true
Expand Down Expand Up @@ -120,6 +120,19 @@ app:
path: "email"
workflow:
type: vc-api
id: 32bb6cec384b
vpr: >
query: {
"type": "QueryByExample",
"credentialQuery": {
"reason": "Please present your VC.",
"example": {
"type": [
"Iso18013DriversLicenseCredential"
]
}
}
}
baseUrl: https://example.org/exchanges/123
capability: "example"
clientSecret: "example"
Expand All @@ -134,6 +147,7 @@ app:
- did:web:example.com
workflow:
type: microsoft-entra-verified-id
id: 4e3a8b7b4b7b4b7b4b7b
apiBaseUrl: https://api.entra.microsoft.example.com/v1.0 # required (will generally be https://verifiedid.did.msidentity.com/v1.0)
apiLoginBaseUrl: https://login.entra.microsoft.example.com # required (will generally be https://login.microsoftonline.com)
apiClientId: "TODO" # required
Expand Down