Menu
Onegini docs
Google Custom Search
Search term
Search
Introduction
1.
Topic guides
1.1.
Getting started
1.2.
Configuration
1.3.
User registration
1.4.
User authentication
1.5.
User authentication with system biometric authenticators
1.6.
Change PIN
1.7.
Logging out
1.8.
Deregister user
1.9.
Mobile authentication
1.9.1.
Push Mobile authentication
1.9.2.
OTP Mobile authentication
1.10.
Secure resource access
1.11.
Error handling
2.
Reference guides
2.1.
start
2.2.
user
2.2.1.
AuthenticationHandler
2.2.2.
authenticate
2.2.3.
authenticateImplicitly
2.2.4.
authenticators
2.2.5.
changePin
2.2.6.
deregister
2.2.7.
getAuthenticatedUserProfile
2.2.8.
getUserProfiles
2.2.9.
isUserRegistered
2.2.10.
logout
2.2.11.
register
2.2.12.
validatePinWithPolicy
2.2.13.
getIdentityProviders
2.2.14.
getAppToWebSingleSignOn
2.3.
device
2.3.1.
authenticate
2.4.
resource
2.4.1.
fetch
2.5.
mobileAuthentication
2.5.1.
isUserEnrolled
2.5.2.
enroll
2.5.3.
push
2.5.3.1.
isUserEnrolled
2.5.3.2.
enroll
2.5.3.3.
canHandlePushMessage
2.5.3.4.
handlePushMessage
2.5.3.5.
on
2.5.3.6.
PushMobileAuthHandler
2.5.4.
OTP
2.5.4.1.
handleRequest
2.5.4.2.
OtpMobileAuthHandler
3.
Release notes
3.1.
9.x
3.2.
8.x
3.3.
7.x
3.4.
6.x
3.5.
5.x
3.6.
4.x
3.7.
3.x
3.8.
2.x
3.9.
1.x
4.
Upgrade instructions
4.1.
9.1
4.2.
9.0
4.3.
8.0
4.4.
6.0
4.5.
5.2
4.6.
5.1
4.7.
4.3
4.8.
4.0
4.9.
3.0
4.10.
1.8
Onegini Cordova plugin
Release notes 8.x
8.0.0
Improvement
[
iOS
] Updated the Onegini iOS SDK to v9.8.0.
Bug-fix
Fixed
XMLHTTPRequest
proxy to call
load
event for 400+ http errors.
Fixed crashes when using
null
as the body for
XMLHTTPRequest
.