Skip to content

Conversation

@strehle
Copy link
Owner

@strehle strehle commented Oct 26, 2025

No description provided.

@strehle strehle requested a review from Copilot October 26, 2025 11:32
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds SSO (Single Sign-On) flow functionality to enable users to open a new web session in IAS using an SSO token. The implementation includes a new command handler that constructs a SAML SSO URL and opens it in the user's default browser based on their platform.

Key changes:

  • Added a new HandleSsoFlow function to process SSO tokens and launch browser-based authentication
  • Introduced sso command and related flags (-redirect_uri, -sso) for SSO flow configuration
  • Added support for resource parameter override in token-exchange flows

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 6 comments.

File Description
pkg/client/client.go Implements the core SSO flow handler with platform-specific browser opening logic
openid-client/openid-client.go Adds CLI command and flags for SSO functionality, integrates SSO flow into main execution path
README.md Documents the new SSO command and related flags

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@strehle strehle requested a review from Copilot October 26, 2025 11:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@strehle strehle requested a review from Copilot October 26, 2025 11:52
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@strehle strehle merged commit c92e3e4 into main Nov 18, 2025
4 checks passed
@strehle strehle deleted the sso-flow branch November 18, 2025 07:55
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.

2 participants