You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Abstract post body and get parameters parsing (#102)
* Abstract post body and get parameters parsing
* Add tests for post+get parameters request handling
* Fix request parameters for actions. Refactored oidc and oauth2 controller tests.
* run request tests both for POST and GET method
Copy file name to clipboardExpand all lines: docs/APPLE.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -77,4 +77,8 @@ docker run --name ssp-apple-oidc \
77
77
78
78
Edit your `/etc/hosts` file to make `apple.test.idpproxy.illinois.edu` route to local host and then visit
79
79
`https://apple.test.idpproxy.illinois.edu/simplesaml/module.php/core/authenticate.php?as=appleTest` to
80
-
initiate a login to Apple. Non-secret values such as keyId and teamId
80
+
initiate a login to Apple. Non-secret values such as keyId and teamId
81
+
82
+
# Documentation
83
+
84
+
*[TN3107: Resolving Sign in with Apple response errors](https://developer.apple.com/documentation/technotes/tn3107-resolving-sign-in-with-apple-response-errors)
0 commit comments