idp-mobile
Mobile icon

IdP Mobile

Stable version 2.4.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 4 Jun (3 weeks ago)
 by 
5.0
 (3 ratings)
idp-mobile

IdP Mobile

Created on OutSystems 11

Version 2.4.0

Stable
Current
Uploaded on 4 Jun (3 weeks ago) by 
Compatible with:
Version 11
11.14.0 or higher
Database:
All
Release notes:

Added:

  • There are 4 new web blocks ( SamlLogin_View, SamlLogout_View, LoginCallback_View and LogoutCallback_View) that take advantage of the new version of the InAppBrowser plugin version 3.1.1.
    • Please check the demo on how to use them.


Changed:

  • Updated the logic to work with the InAppBrowser Events plugin in case the device has InAppBrowser plugin version > 3.0.0, and to use the InAppBrowser plugin if they have InAppBrowser plugin version > 3.1.1



Application Objects:
IdP Mobile has 1 AOs.

Version 2.3.3

Stable
Uploaded on 28 May 2024 by 
Compatible with:
Version 11
11.14.0 or higher
Database:
All
Release notes:

Added

  • Added a new optional parameter to the "SamlLogin" Web Block called "LoginHint". When provided, this value will be passed to the external identity provider as the username of the user performing the login, allowing that prompt to be skipped. Expected values are the username of the user trying to perform the login, e.g. "user@company.com"


Changed

  • Updated IdP to version 5.0.14


Fixed

  • Improved the session registration code to prevent truncate errors in some situations.
  • Improved the logout logic for IdP mobile to make it more robust for scenarios where the session cookies might be missing in iOS
  • Improved Operating system device detection on the IdP mobile flow to better detect iOS devices
Application Objects:
IdP Mobile has 1 AOs.
Created on OutSystems 10

Version 2.0.1

Stable
Uploaded on 04 July 2018 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:
  • Added a client public action that returns the claims values for the current login, to allow the possibility of some external process use that information

Version 2.0.0

Stable
Uploaded on 03 December 2017 by 
Compatible with:
Version 11
Version 10
Stack:
All
Database:
All
Release notes:
  • SamlLogin now exposes a LoginCancelled event, which is triggered if the user cancels the login.
  • Un-deprecate the SamlLogout block, which is necessary to prevent the InAppBrowser from caching and re-using the user credentials.