Skip to content

Commit

Permalink
Merge pull request #8 from niscy-eudiw/main
Browse files Browse the repository at this point in the history
minor correction
  • Loading branch information
stzouvaras authored Feb 5, 2024
2 parents 685acae + c091f1b commit f9029b6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ internal class WalletCoreConfigImpl(

companion object {
const val VERIFIER_API_URI = "https://dev.verifier.eudiw.dev"
const val VERIFIER_CLIENT_ID = "Verifier"
const val VCI_ISSUER_URL = "https://preprod.issuer.eudiw.dev/oidc"
const val VCI_CLIENT_ID = "wallet-dev"
}
Expand All @@ -49,7 +50,7 @@ internal class WalletCoreConfigImpl(
ClientIdScheme.Preregistered(
listOf(
PreregisteredVerifier(
"Verifier",
VERIFIER_CLIENT_ID,
VERIFIER_API_URI
)
)
Expand Down

0 comments on commit f9029b6

Please sign in to comment.