-
Notifications
You must be signed in to change notification settings - Fork 3
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
Comments
interesting, the CI (on travis) seems to be working just fine (https://travis-ci.org/typekpb/oradown). |
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 👍 |
Excelent, thanks!
…On Oct 26, 2017 16:13, "Antoine Cotten" ***@***.***> wrote:
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 👍
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAegbNEZakapP9NQSRYqAMWbKvHWGOZ0ks5swJN7gaJpZM4QHmKW>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The
fk
input comes from a hidden field:The text was updated successfully, but these errors were encountered: