Skip to content

Commit

Permalink
RELEASE: added changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaokevin1 committed Nov 14, 2024
1 parent 83cef61 commit ec433bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/descope-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export class DescopeAuth extends Construct implements sbt.IAuth {
this.tokenEndpoint = `${this.defaultDomain}/oauth2/v1/token`;
this.wellKnownEndpointUrl = `${this.defaultDomain}/.well-known/openid-configuration`;

// Default SSO application is the only user client that's currently supported.
// Default SSO application is the only user client that's supported.
this.userClientId = props.projectId;
new cdk.CfnOutput(this, "userClientId", { value: this.userClientId });

Expand Down

0 comments on commit ec433bb

Please sign in to comment.