eu-digital-identity-wallet / eudi-lib-ios-openid4vci-swift

Implementation of OpenID for Verifiable Credential Issuance protocol (wallet's role) in Swift
Apache License 2.0
4 stars 5 forks source link

Authorization endpoint is changed to /par #24

Closed cindy-chin closed 2 months ago

cindy-chin commented 2 months ago

if let pushedAuthorizationRequestEndpoint = data.pushedAuthorizationRequestEndpoint, let url = URL(string: pushedAuthorizationRequestEndpoint) { self.authorizationEndpoint = url } else { throw ValidationError.error(reason: "In valid authorization endpoint") }

Hiii, Is this expected in IssuanceAuthorizer to replace the authorizationEndpoint with /par?, I have some issue when trying with my issuer, but this seems abit weird to me.

dtsiflit commented 2 months ago

Thank you for finding this @cindy-chin , it's fixed and merged.