Skip to content

Commit

Permalink
Remove clientSecret from LoginGovOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Aug 9, 2024
1 parent 3497832 commit 9c5168b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const getDefaultServerOptions = async (): Promise<ServerOptions> => {
loginGovUrl: 'https://idp.int.identitysandbox.gov',
clientId:
'urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:tts-10x-atj-dev-server-doj',
clientSecret: import.meta.env.SECRET_LOGIN_GOV_PRIVATE_KEY,
//clientSecret: import.meta.env.SECRET_LOGIN_GOV_PRIVATE_KEY,
redirectURI: 'http://localhost:4322/signin/callback',
},
};
Expand Down

0 comments on commit 9c5168b

Please sign in to comment.