Skip to content

Commit

Permalink
Add Apple and Github OAuth constants
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarvelli committed Jun 12, 2024
1 parent c26db6a commit 07978ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/sso/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type ConnectionType string
const (
ADFSSAML ConnectionType = "ADFSSAML"
AdpOidc ConnectionType = "AdpOidc"
AppleOAuth ConnectionType = "AppleOAuth"
Auth0SAML ConnectionType = "Auth0SAML"
AzureSAML ConnectionType = "AzureSAML"
CasSAML ConnectionType = "CasSAML"
Expand All @@ -45,6 +46,7 @@ const (
DuoSAML ConnectionType = "DuoSAML"
GenericOIDC ConnectionType = "GenericOIDC"
GenericSAML ConnectionType = "GenericSAML"
GitHubOAuth ConnectionType = "GitHubOAuth"
GoogleOAuth ConnectionType = "GoogleOAuth"
GoogleSAML ConnectionType = "GoogleSAML"
JumpCloudSAML ConnectionType = "JumpCloudSAML"
Expand Down

0 comments on commit 07978ee

Please sign in to comment.