Skip to content

Commit

Permalink
[fix] updated some constants
Browse files Browse the repository at this point in the history
  • Loading branch information
dtsiflit committed Jan 22, 2024
1 parent 1a9235f commit 7a1471f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Constants/TestsConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ import Foundation
@testable import OpenID4VCI

//let CredentialIssuer_URL = "http://localhost:8080"
//let CredentialIssuer_URL = "https://preprod.issuer.eudiw.dev/oidc"
let CredentialIssuer_URL = "https://eudi.netcompany-intrasoft.com/pid-issuer"

let PID_SdJwtVC_SCOPE = "eu.europa.ec.eudiw.pid_vc_sd_jwt"
let PID_MsoMdoc_SCOPE = "eu.europa.ec.eudiw.pid_mso_mdoc"
let PID_mDL_SCOPE = "org.iso.18013.5.1.mDL"

//let CredentialIssuer_URL = "https://preprod.issuer.eudiw.dev/oidc"
//let PID_SdJwtVC_SCOPE = "eu.europa.ec.eudiw.pid_jwt_vc_json"
//let PID_MsoMdoc_SCOPE = "eu.europa.ec.eudiw.pid_mdoc"
//let PID_mDL_SCOPE = "eu.europa.ec.eudiw.mdl_mdoc"

let All_Supported_CredentialOffer = """
{
Expand Down

0 comments on commit 7a1471f

Please sign in to comment.