Skip to main content

Posts

Showing posts with the label Cloud Platform

JOSSO - Working with Identity Appliance Modeler

This part of JOSSO environment discusses how to create and model an appliance. Login to the Atricore Console:  (Enable Flash in your browser) URL: http://localhost:8081/atricore-console Username: admin Password: atricore We will create a new identity appliance, model it using the following building blocks: (i) Provider (ii) Identity Sources (iii) Resource (iv) Execution Environment (v) Connection Click here to look Implementation Structure These blocks are available in the right side of the environment. Whatever blocks we use, it gets added up in the left side. The centre section shows the visual modelling of the appliance. The need for every building block along with its usage are explained in the official documentation. Kindly go through it for a quick study on the blocks. Click here for Documentation Reference by JOSSO The process is as follows: (1) Creating New Identity Appliance (2) Modeling the Appliance (3) Activating the Execution Enviro...

JOSSO - Working with Identity Appliance Lifecycle Management

This part of JOSSO Environment will allow you to build and deploy an appliance. This appliance can be either created or imported in Identity Appliance Modeler. 1. Go to Identity Appliance Lifecycle Management  tab. 2. An appliance idtest is already created and modelled. It is in the Saved section. 3. You have to drag it to the Staged section. This will build the appliance. 4. After building the appliance, drag it to the Deployed section. 5. Once deployed, you need to start the appliance by clicking the start icon. 6. Now, you can access the appliance via the url given in Resource Location.     Eg., http://localhost:8080/partnerapp    (localhost:8080 refers to Tomcat server)

JOSSO - Working with Account and Entitlement Management

This part of JOSSO Environment is used to manage groups and users. You need to create a group named role1 . After deploying appliance, login accepts users from this group. You need to create a new user and add the user to the group role1. 1. Go to Account and Entitlement Management tab 2. Click Manage Groups . Then Click Create Group . 3. Mention role1 in Name . 4. Click Save . 5. Click Manage Users . Click Create User . 6. In General , mention username, first name and last name. 7. In Groups , drag role1 from Available Groups to Member of .  8. In Password , type Password and Retype Password. 9. Click Save .  Thus you have created a group and a user. After deploying the appliance, you will use this username and password to login to test working.

JOSSO CE 2.4.3 Installation

This post discusses the traditional way of installing JOSSO using jar installer. Main Article Reference: http://www.josso.org/install.html Following post covers: A. Prerequisites B. Installation C. Login to Atricore Console A. Prerequisites for JOSSO: (1) Java  version 8 (For installing JOSSO)      (a) We will use Server JRE 8 for deploying web applications.            1. Go to   https://www.oracle.com/technetwork/java/javase/downloads/index.html      2. Go to Java SE 8u221 and download Server JRE. Extract it.          (You will need oracle account to download)      3. Create a Folder Java and place jdk1.8.0_221 folder extracted above.      4. Create Enviroment Variable JAVA_HOME and add to PATH          Eg.,          JAVA_HOME=C:\Java\jdk1.8.0_221         ...