Skip to content

Commit

Permalink
Merge pull request #10 from niscy-eudiw/feature/updated-issuer-endpoi…
Browse files Browse the repository at this point in the history
…nt-in-examples

[fix] updated issuer endpoint in examples
  • Loading branch information
dtsiflit authored Feb 19, 2024
2 parents e7a9146 + 554f7b6 commit 9e5494d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ switch requestOutcome {
}
```

You can also check the unit tests for more usage examples.

## Features supported

### Authorization Endpoint
Expand Down
2 changes: 1 addition & 1 deletion Tests/Constants/TestsConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Foundation
@testable import OpenID4VCI

//let CredentialIssuer_URL = "http://localhost:8080"
let CredentialIssuer_URL = "https://eudi.netcompany-intrasoft.com/pid-issuer"
let CredentialIssuer_URL = "https://issuer-backend.eudiw.dev"
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"
Expand Down

0 comments on commit 9e5494d

Please sign in to comment.