Skip to content

Commit

Permalink
[INJIMOB-1093] refactor authoriztion config (#1576)
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Paul <[email protected]>
  • Loading branch information
abhip2565 authored Aug 2, 2024
1 parent d26c233 commit e997ac8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ios/Inji.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
{
"identity" : "inji-vci-client-ios-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/mosip/inji-vci-client-ios-swift/",
"location" : "https://github.com/mosip/inji-vci-client-ios-swift.git",
"state" : {
"branch" : "develop",
"revision" : "2c2a3d2c321e11511f4667e3727587dc0cca61cb"
"revision" : "ee5f6ed432f12cb7dc339cdf0e01ec39ae27b530"
}
},
{
Expand Down
1 change: 0 additions & 1 deletion machines/Issuers/IssuersMachine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ export interface issuerType {
client_id: string;
'.well-known': string;
redirect_uri: string;
additional_headers: object;
token_endpoint: string;
proxy_token_endpoint: string;
credential_endpoint: string;
Expand Down
1 change: 0 additions & 1 deletion shared/openId4VCI/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ export const constructAuthorizationConfiguration = (
issuer: selectedIssuer.credential_issuer,
clientId: selectedIssuer.client_id,
scopes: [supportedScope],
additionalHeaders: selectedIssuer.additional_headers,
redirectUrl: selectedIssuer.redirect_uri,
additionalParameters: {ui_locales: i18n.language},
serviceConfiguration: {
Expand Down

0 comments on commit e997ac8

Please sign in to comment.