ssoutils

package
v1.2.13 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package ssoutils provides helper functionality for OIDC-based SSO integration, helping to bridge the gap between our choices on HTTP Server, token issuance, and overall SSO flow Several of the functions in this package are used to generate URLs for SSO login and callback due to limitations within echox not allowing for easy access to route paths

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SSOCallback

func SSOCallback(e *echo.Echo) string

SSOCallback returns the path for the SSO callback route

func SSOLogin

func SSOLogin(e *echo.Echo, orgID string) string

SSOLogin returns the path for the SSO login route with the organization ID query parameter

func SSOTokenAuthorize

func SSOTokenAuthorize(e *echo.Echo, orgID, tokenID, tokenType string) string

SSOTokenAuthorize returns the path for the SSO token authorization route with token and org parameters

func SSOTokenCallback

func SSOTokenCallback(e *echo.Echo) string

SSOTokenCallback returns the path for the SSO token callback route

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL