Skip to content

bsenduran/recipe-app

Repository files navigation

Add the following lines to ES_HOME/repository/conf/security/sso-idp-config.xml

<ServiceProvider>
        <Issuer>recipe-app</Issuer>
        <AssertionConsumerService>https://localhost:9443/recipe-app/acs</AssertionConsumerService>
        <SignResponse>true</SignResponse>
        <CustomLoginPage>/recipe-app/controllers/login.jag</CustomLoginPage>
</ServiceProvider>

*If the ES version is 1.2.0-snapshot M3, then set "false" to "versionResourcesOnChange", in ES_HOME/repository/conf/registry.xml

How to run

Clone the project into ES_HOME/repository/deployment/server/jaggeryapps/

Creating a sample dish

onec the application is started enter the following url https://localhost:9443/recipe-app/asts/dish/create_dish?resources=RECIPE_URL

here the RECIPE_URL is pointing to a recipe deployed in a server

for example if you are useing the python Http server and the recipe name is sf_gss the url : https://localhost:9443/recipe-app/asts/dish/create_dish?resources=http://localhost:8000/sf_gss/

How to enable OAuth support

For this you first need to add OAuth bundle into the $ES_HOME/modules directory Then copy the org.jaggeryjs.modules.oauth_1.0.0.jar file into the $ES_HOME/repository/components/dropins directory

How to enable Web Service support

For this you first need to add WS bundle into the $ES_HOME/modules directory Then copy the org.jaggeryjs.modules.ws_1.0.0.jar file into the $ES_HOME/repository/components/dropins directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •