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

Oracle SSO form changed #1

Closed
antoineco opened this issue Oct 26, 2017 · 3 comments
Closed

Oracle SSO form changed #1

antoineco opened this issue Oct 26, 2017 · 3 comments

Comments

@antoineco
Copy link
Collaborator

I've been using this script successfully until I recently noticed something changed on the Oracle side.

The new endpoint for the Oracle SSO service is https://login.oracle.com/oaam_server/loginAuth.do

This endpoint expects the following form data:

clientOffset:2
fk:8091956_aee7b4d7724a1632e1b18d3f8a0da8fb050141253cdf680960f2ab3bc2e66862
userid:myid
pass:mypass

The fk input comes from a hidden field:

<input type="hidden" id="fk" name="fk" value="8091956_aee7b4d7724a1632e1b18d3f8a0da8fb050141253cdf680960f2ab3bc2e66862">
@typekpb
Copy link
Owner

typekpb commented Oct 26, 2017

interesting, the CI (on travis) seems to be working just fine (https://travis-ci.org/typekpb/oradown).
@antoineco anyway, any chance for creating PR for this?

@antoineco
Copy link
Collaborator Author

Yes because the test only asserts that a file is present, but actually all you get is a HTML document:

$ file jdk-8u141-linux-x64.tar.gz 
jdk-8u141-linux-x64.tar.gz: HTML document text, ASCII text, with very long lines, with no line terminators

I'll try to understand the new flow better and submit a PR 👍

@typekpb
Copy link
Owner

typekpb commented Oct 26, 2017 via email

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

2 participants