delete this page when ready. do not include it in your ... is new with ion api 12.pdftitle: ion api...

Post on 21-Feb-2020

4 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

1Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Purpose of this session• To introduce a new release on a overview level of a Product, Product Line, Industry Solution or major product area. The session will probably

cover several enhanced areas at a high level. Each area or highlight should be explained using the Problem, Solution, Benefit.

• Note: use the “Using” session type for more detailed session

Session Type• Normally Live (WebEx) with a Q&A section. WebEx should be recorded for later use by Infor Employees and Infor Partners

Industry Specific?• You need to decide if this session should position across all industries (e.g. technology products or a general solution for all) or requires

separate session(s) for one or more specific industries

Instructions for this template:

• Adjust the Session Introduction on slide #3

• Always include the Disclaimer if the solution is not yet declared GA

• Select one of the provided Agenda layouts and adjust it to match your presentation

• Typical slide order, see the following pages of this presentation

• Note that key contacts within Product Management or Development are not included as a standard in this session, since it might reach

customer

Need other images? Visit Infor gallery

Be aware of that this KT session will also be available for Partners as of Knowledge Transfer Start date.

In live sessions – INFORM participants by also welcoming any Infor Partner!

Note! This session will be made available for customers through Infor Education eLibrary offering shortly after GA

Delete this page when ready. Do not include it in your presentation.

2Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 2

Knowledge Transfer SessionWhat’s New with Infor ION API 12

3Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Session Introduction and Launch Plan

• Session Description• In this session we will discuss new functionality/highlights specifically for Infor ION API as part

of the new Xi Platform 12

• Recommended prerequisites (knowledge):• What’s new with Xi Platform 12

• This session is applicable for the following industries: • All Industries

• Target Audience• Pre-Sales, Consultants, Infor Partners

• Launch Plan• Planned Sales Initiation and GA date: May 2, 2016

i

4Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Your guide

Sarada Vempati

Sr Product Manager

• Has been with Infor for 19 years

• Sr Product Manager for Infor ION

• Also manages ION API, ION Grid

Insert Picture

5Copyright © 2015. Infor. All Rights Reserved. www.infor.com

This document reflects the direction Infor may take with regard to the specific product(s) described in this document, all of which is subject to change by Infor in its sole discretion, with or without notice to you. This document is not a commitment to you in any way and you should not rely on this document or any of its content in making any decision. Infor is not committing to develop or deliver any specified enhancement, upgrade, product or functionality, even if such is described in this document.

Disclaimer

6Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Agenda

• Background/Problem

• Solution

• Benefits

Overview

• ION API UI

• Application Registration

• Features

What’s New

• Key Resources Infor.com

• Key Resources Sales Portal

• Where to Find More Information

Resources

7Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 7

Overview

8Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Business users are outside the intranet. Need access to data.

• Secure the business data

• Mobile lost, revoke the access of business data

• Enrich application interfaces with OAuth 2.0 security

• Provide limited or restricted access to the business data

Background/Problem

9Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• ION API Provides provision for

• Register application APIs (web services)

• Secure above APIs with oAuth

• Provide Client SDK for secured access

• Register Mobile/Web applications build using API

• Manage the applications

Solution

10Copyright © 2015. Infor. All Rights Reserved. www.infor.com

MFGSALES WMS FIN

While ION with events and BODs drives business process integration for cloudsuite

EVENTS

ION API SERVICES

CLEAR

WORK

APP

bod bod bod

Public

Managed APIs

Private Un-

Managed APIs

ION APIs: digital APIs for digital apps

MOBILE

APP

3rd Party

APP

A single, secure and

managed platform for

next gen (mobile) apps

11Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 11

ION API – Usage scenarios

12Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Mobile applications and thick clients

M3 API EAM API BI API

Mobile application

that uses Web APIs

from M3 or EAM or

BI

ION API Gateway

• Mobile application can use customer’s Identity

Provider for single sign on

• Mobile application will need to be authenticated

once before accessing APIs from M3, EAM or BI

• Mobile application can use OAuth 2.0

Authorization code grant

Thick clients that

uses Web APIs

from M3 or EAM or

BI

13Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Context applications

M3 API

(CE)

EAM API

(CE)

BI API

(CE)

ION API Gateway

Infor Ming.le

Infor Product X

Inline context

app that uses

information

from M3

Inline context

app that uses

information

from EAM

• Context apps can be built using MVVM based

frameworks like AngularJS. This way, the

context applications running in the browser can

make direct calls from the browser to backend

APIs through ION API

• Context apps can leverage SAML 2.0 Bearer

Grant

14Copyright © 2015. Infor. All Rights Reserved. www.infor.com

HomePage Widgets

M3 API

(CE)

EAM API

(CE)

BI API

(CE)

ION API Gateway

Infor Ming.le

HomePage

Inline

HomePage

widget that

uses

information

from M3

Inline

HomePage

Widget that

uses

information

from EAM

• HomePage widgets can be built using MVVM

based frameworks like AngularJS. This way, the

homepage widgets running in the browser can

make direct calls from the browser to backend

APIs through ION API

• HomePage widgets can leverage SAML 2.0

Bearer Grant

Inline

HomePage

Widget that

uses

information

from BI

HomePage

Widget

HomePage

Widget

HomePage

Widget

HomePage

Widget

15Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Custom web applications

M3 API

(CE)

EAM API

(CE)

BI API

(CE)

ION API Gateway

Custom Web Application

developed by the customer

or Infor’s partner. This can

make calls to any of the

APIs exposed by Infor

Products running behind

the ION API Gateway

Web Browser

Web user

interface of

custom web

application

running in the

browser

• The custom web application can use OAuth 2.0

Authorization code grant flow, SAML 2.0 Bearer

Grant flow

• With either OAuth 2.0 grant flows suggested

above, the end user authentication with

customer’s IdP is necessary

16Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 16

What’s New

17Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

18Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

19Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

20Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

21Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

22Copyright © 2015. Infor. All Rights Reserved. www.infor.com

• Xi12 Bundled APIs

• Ming.le

• IDM

• Custom API Registration

• Infor non-Provisioned

• Non-Infor

• Registered Authorised Apps

• Infor Authorised

• Non-Infor Authorised

ION API UI

23Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 23

Supported Deployments

24Copyright © 2015. Infor. All Rights Reserved. www.infor.com

INTRANET

INFOR APPS3rd PARTY

APPS

DMZ

INFOR ION API

Server

ION API for Mobile

Infor ION API

Gateway

ADFS

Proxy

25Copyright © 2015. Infor. All Rights Reserved. www.infor.comCopyright © 2013. Infor. All Rights Reserved. www.infor.com 25

Resources

26Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Key Resources Infor.com

Infor Xi Platform web coming

i

27Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Key Resources Sales Portal (internal)Access and review:

1. Presentations

2. Demo

3. Sales Tools

4. Training

i

Visit the IDM sales portal by navigating to

https://salesportal.infor.com/Infor/Technology/D

ocument_Mgmt/Pages/default.aspx

28Copyright © 2015. Infor. All Rights Reserved. www.infor.com

Go-to Summary

Location Link Target

Infor.com http://www.infor.com/solutions/technology/ Open

Sales Portal https://salesportal.infor.com/Infor/Technology/Docu

ment_Mgmt/Pages/default.aspx

Infor and

Partners

Sales Portal Xi Infor and

Partners

Infor.com

Education Resource

Center

http://www.infor.com/services/education/resourcec

enter/

Open

29Copyright © 2015. Infor. All Rights Reserved. www.infor.com

You have completed this session.

Thank you for watching.

top related