Skip to content

Commit

Permalink
Remove clientSecret from auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaab committed Aug 9, 2024
1 parent d6af3a7 commit 3497832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/context/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const createTestAuthContext = async (opts?: Partial<Options>) => {
loginGovUrl: 'https://idp.int.identitysandbox.gov',
clientId:
'urn:gov:gsa:openidconnect.profiles:sp:sso:gsa:tts-10x-atj-dev-server-doj',
clientSecret: 'super-secret',
//clientSecret: 'super-secret',
redirectURI: 'http://www.10x.gov/a2j/signin/callback',
}),
options.getCookie,
Expand Down

0 comments on commit 3497832

Please sign in to comment.