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

PingFederate + First Adapter #1347

Open
jsolares-nfl opened this issue Sep 18, 2024 · 0 comments
Open

PingFederate + First Adapter #1347

jsolares-nfl opened this issue Sep 18, 2024 · 0 comments

Comments

@jsolares-nfl
Copy link

First adapter is basically a form in pingfederate asking for an email address, so you can route authentication depending on the domain, it can be sent through to pingfederate+pingid authentication or to a different federated idp provider. the following works if it goes on through to pingfederate + 2fa

pingfed.go.zip

DEBU[0009] HTTP Req URL="https://pingfed.test.com/idp/startSSO.ping?PartnerSpId=urn:amazon:webservices" http=client method=GET
DEBU[0009] HTTP Res Status="200 OK" http=client
DEBU[0009] doc detect provider=pingfed type="first form adapter"
DEBU[0009] HTTP Req URL="https://pingfed.test.com/idp/N9JXUjx2mo/resumeSAML20/idp/startSSO.ping" http=client method=POST
DEBU[0009] HTTP Res Status="200 OK" http=client
DEBU[0009] doc detect provider=pingfed type=login
DEBU[0009] HTTP Req URL="https://pingfed.test.com/idp/N9JXUjx2mo/resumeSAML20/idp/startSSO.ping" http=client method=POST
DEBU[0011] HTTP Res Status="200 OK" http=client
DEBU[0011] doc detect provider=pingfed type=form-redirect
DEBU[0011] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth" http=client method=POST
DEBU[0012] HTTP Res Status="200 " http=client
DEBU[0012] doc detect provider=pingfed type=webauthn
DEBU[0012] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth" http=client method=POST
DEBU[0012] HTTP Res Status="200 " http=client
DEBU[0012] doc detect provider=pingfed type=swipe
DEBU[0015] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth/status" http=client method=GET
DEBU[0015] HTTP Res Status="200 " http=client
DEBU[0018] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth/status" http=client method=GET
DEBU[0018] HTTP Res Status="200 " http=client
DEBU[0021] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth/status" http=client method=GET
DEBU[0022] HTTP Res Status="200 " http=client
DEBU[0022] HTTP Req URL="https://authenticator.pingone.com/pingid/ppm/auth/response" http=client method=GET
DEBU[0022] HTTP Res Status="200 " http=client
DEBU[0022] doc detect provider=pingfed type=form-redirect
DEBU[0022] HTTP Req URL="https://pingfed.test.com/idp/N9JXUjx2mo/resumeSAML20/idp/startSSO.ping" http=client method=POST
DEBU[0023] HTTP Res Status="200 OK" http=client
DEBU[0023] doc detect provider=pingfed type=saml-response-to-aws

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

1 participant