Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding redirect uri to connect client #1516

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Hmac512
Copy link
Contributor

@Hmac512 Hmac512 commented Sep 14, 2023

No description provided.

this.baseUrl = connectUrl;
this.redirectUri = redirectUri;

this.oidcConfig = {
authority: this.baseUrl,
client_id: "http://localhost:8080/",
Copy link
Member

@geel9 geel9 Sep 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know this isn't part of the PR, but this seems... wrong for something we're shipping to customers. Is it possible to just elide this parameter if not provided?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, as it's required for OIDC. We can change it to something else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants