Skip to content

Commit 3df4a72

Browse files
committed
chore: remove dcql query from auth URI
1 parent 587c9e7 commit 3df4a72

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

  • packages/siop-oid4vp/lib/rp

packages/siop-oid4vp/lib/rp/RP.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ export class RP {
138138
const authorizationRequestOpts = this.newAuthorizationRequestOpts(opts)
139139

140140
try {
141-
if(opts.queryId && this._dcqlQueryLookupCallback) {
142-
const dcqlQuery:DcqlQuery = await this._dcqlQueryLookupCallback(opts.queryId)
143-
authorizationRequestOpts.payload.dcql_query = dcqlQuery
144-
}
145-
146141
const uri = await URI.fromOpts(authorizationRequestOpts)
147142
const authRequest = await AuthorizationRequest.fromOpts(authorizationRequestOpts)
148143
this.emitEvent(AuthorizationEvents.ON_AUTH_REQUEST_CREATED_SUCCESS, {

0 commit comments

Comments
 (0)