Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Native iOS (Objective-C) sample to work with SAML RHMAP Service connector.

License

Notifications You must be signed in to change notification settings

feedhenry-templates/saml-ios-app

 
 

Repository files navigation

saml-ios-app

circle-ci

Swift version is available here.

Author: Corinne Krych
Level: Intermediate
Technologies: Objective-C, iOS, RHMAP, CocoaPods.
Summary: A demonstration of how to authenticate with SAML IdP with RHMAP.
Community Project : Feed Henry
Target Product: RHMAP
Product Versions: RHMAP 3.7.0+
Source: https://github.com/feedhenry-templates/saml-ios-app
Prerequisites: fh-ios-sdk: 5.+, Xcode: 9+, iOS SDK: iOS 9+, CocoaPods: 1.3.0+

What is it?

Simple native iOS app to work with SAML Service connector service in RHMAP. The user can login to the app using SAML authentication, user details available on SAML IdP are displayed once successfully logged in.To configure the service in your RHMAP platform read the SAML notes.

If you do not have access to a RHMAP instance, you can sign up for a free instance at https://openshift.feedhenry.com/.

How do I run it?

RHMAP Studio

This application and its cloud services are available as a project template in RHMAP as part of the "SAML Project" template.

Local Clone (ideal for Open Source Development)

If you wish to contribute to this template, the following information may be helpful; otherwise, RHMAP and its build facilities are the preferred solution.

Build instructions

  1. Clone this project
  2. Populate saml-ios-app/fhconfig.plist with your values as explained on section 2.1.4. Setup.
  3. Run pod install
  4. Open saml-ios-app.xcworkspace
  5. Run the project

How does it work?

Using FHCloudRequest

In this example we used FHCloudRequest to make request on the REST endpoint setup to deal with SAML authentication.

iOS9 and non TLS1.2 backend

If your RHMAP is deployed without TLS1.2 support, open as source saml-ios-app/saml-ios-app-Info.plist add the exception lines:

  <key>NSAppTransportSecurity</key>
  <dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
  </dict>

About

Native iOS (Objective-C) sample to work with SAML RHMAP Service connector.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 93.2%
  • HTML 3.8%
  • CSS 1.9%
  • Ruby 1.1%