Skip to content

Commit

Permalink
Merge pull request #38 from openfort-xyz/fix/missing-auth-provider-to…
Browse files Browse the repository at this point in the history
…ken-type-shield

fix: missing auth provider and token type
  • Loading branch information
gllm-dev authored Jun 25, 2024
2 parents 4402a4e + 0d3b267 commit efb9953
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/openfort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,8 @@ export class Openfort {
const shieldAuth: ShieldAuthentication = {
auth: shieldAuthType as ShieldAuthType,
token,
authProvider: this.instanceManager.getAccessToken()?.thirdPartyProvider ?? undefined,
tokenType: this.instanceManager.getAccessToken()?.thirdPartyTokenType ?? undefined,
};

const iframeConfiguration: IframeConfiguration = {
Expand Down

0 comments on commit efb9953

Please sign in to comment.