-
Notifications
You must be signed in to change notification settings - Fork 92
Setup OAuth2 Authentication Failing... #27
Comments
Form submission was broken due to having conditionally showing elements that were marked required. Removed "required" flag from all conditional elements.
Update your The error was due to the addition of the Mongo functionality. Several elements were marked as required that are only conditionally shown, making form validation fail. I removed the validation requirements (we have some server-side validation already anyways). |
Thanks, @weierophinney. That's some quick turnaround...! ;-) It's family movie night here in Denmark, so I'll check it out after the film. :-) |
It looks like it's not working for non-SQLite databases. It appears the username/password aren't passed along from the client. I've just created a new ticket in zf-apigility-admin: 114. |
Form submission was broken due to having conditionally showing elements that were marked required. Removed "required" flag from all conditional elements.
Add "zfcampus/zf-configuration" dependency
- zf-configuration is only used by the admin
- only used by the admin; moved to development config
I have just started a clean "install" of the 0.9.0 version of apigility and have tried to set up PDO-based OAuth2 authentication. I filled out the four fields and clicked on the Save button. Nothing happens.
Using Chrome, I opened up the developer tools window, selected the console tab, and noticed that the following error occurs when I click on the Save button:
I don't recall trying this in previous versions, so I can't say whether or not it's worked before.
The text was updated successfully, but these errors were encountered: