Kony Fabric console User Guide: App Publish - Kony Fabric

Publish

After you have configured all the required services for an app, you need to publish the app. Publishing allows your app to start using the Kony service in real-time. After an app is published, Kony Fabric generates the code that you can integrate with platform SDKs.

Important: When you publish an app to an environment, all the identity services associated with the app are published only to the selected run-time environment. The latest published Identity Services will affect any other apps in the same environment if they use these identity services.

The latest published identity services on the current environment will not affect any apps in different environments.

If you are making an identity call directly (without SDK), you must provide the app key (or) secret header in the payload in below format:
For Basic Login - Headers:
X-Kony-App-Key: <app-key-here>
X-Kony-App-Secret: <app-secret-here>
POST <identity-login-url>?provider=<identity-service-name>


For OAuth and SAML Login: Follow these steps to provide the app key (or) secret header
Step 1: GET the Authorization URL to pass the app key as a query parameter.
Authorization call: GET <authorization>?appkey=<app-key-here>

Step 2: Token Call - Headers:
X-Kony-App-Key: <app-key-here>
X-Kony-App-Secret: <app-secret-here>
POST <token-endpoint>

In Kony Fabric Console, the Publish tab of an app contains the following tabs:

Copyright © 2020 Kony, Inc. All rights reserved.