Adding the OAuth Configuration to the solution in Jigx Management
3 min
to complete these steps, you must be an owner or creator of the solution in jigx management and your jigx solution has been published at least once and is available in jigx management log in to jigx management at https //manage jigx com https //manage jigx com/ and open your solution in the menu on the left, click on credentials solution crenentials click add credential on the top right of the screen enter a name for the credential, for example, microsoft oauth select oauth as the type enter the oauth redirect url you specified when configuring the oauth app in microsoft azure in the case of the default app, the redirect url is https //oauth jigx com/jigx/ https //oauth jigx com/jigx/ if you are configuring this for a jigx branded app replace /jigx/ with the name of the branded app as specified in its app configuration for example, https //oauth jigx com/companyname/ https //oauth jiigx com/companyname/ enter the application (client) id copied from the azure oauth configuration in the client id field leave the secret field empty for microsoft openid based oauth enter the portion of the url copied from the openid connect metadata document field in azure in the issuer field add the scopes selected when the oauth application was defined in azure note that scopes are case sensitive to allow a user to switch accounts when they are prompted during the oauth loop, expand the options section and replace the {} with the following {"additionalparameters" {"prompt" "select account"}} the completed configuration should be as follows click on save to store the credential the credential is now ready for use in a function in a jigx mobile app to prompt the user for their oauth credentials when an api in microsoft graph is called