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 ¶
SSOCallback returns the path for the SSO callback route
func SSOLogin ¶
SSOLogin returns the path for the SSO login route with the organization ID query parameter
func SSOTokenAuthorize ¶
SSOTokenAuthorize returns the path for the SSO token authorization route with token and org parameters
func SSOTokenCallback ¶
SSOTokenCallback returns the path for the SSO token callback route
Types ¶
This section is empty.