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

SSO Service ? #143

Closed
jalotra opened this issue Nov 18, 2024 · 7 comments
Closed

SSO Service ? #143

jalotra opened this issue Nov 18, 2024 · 7 comments
Assignees

Comments

@jalotra
Copy link

jalotra commented Nov 18, 2024

which service points to this endpoint : "v1/auth/sso/authorize" ?

I am not able to find any, these are all the possible options that I am seeing :

AuthenticationService authService;
OTPService otpService;
SAMLService samlService;
TOTPService totpService;
OAuthService oauthService;
PasswordService passwordService;
MagicLinkService magicLinkService;
EnchantedLinkService enchantedLinkService;

using this pom :

artifactId=java-sdk
groupId=com.descope
version=1.0
@jalotra jalotra changed the title SSO Service SSO Service ? Nov 18, 2024
@jalotra
Copy link
Author

jalotra commented Nov 19, 2024

@slavikm / @aviadl can you please help here ?

@jalotra
Copy link
Author

jalotra commented Nov 19, 2024

api spec says to use this : https://docs.descope.com/api/sso/start-sso

@dorsha
Copy link
Member

dorsha commented Nov 19, 2024

@jalotra
Copy link
Author

jalotra commented Nov 19, 2024

@dorsha Q : /v1/auth/sso/exchange and v1/auth/saml/exchange are basically same ?

@jalotra
Copy link
Author

jalotra commented Nov 19, 2024

hey @dorsha / @slavikm / @aviadl
the issue was that readme says to use 1.0 while mvn repo has a version : 1.0.30 as well which has a SSOServiceProvider class which makes a post call to the above api endpoint : /v1/auth/sso/exchange

can you please keep the readme updated, it took a lot of my dev time doing this today !! please !

@dorsha
Copy link
Member

dorsha commented Nov 19, 2024

Sure, we will update it.

@dorsha
Copy link
Member

dorsha commented Nov 20, 2024

Handled also here: #142

@dorsha dorsha closed this as completed Nov 20, 2024
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

No branches or pull requests

3 participants