Introduction: This document describes the steps of authenticating Helical Insight application using Central Authentication Service (CAS).

 

Prerequisite :

  • Java version 1.7 or higher
  • Apache tomcat 7.0 +
  • Helical Insight Application Version 2.0 +

 

Below are the steps :

 

  1. Configurations needs to do on CAS server :

 

  1. Download 4.0.1 or higher version of Jasig CAS. (It will be a zip file)
  2. Extract the zip file.
  3. You will find “cas.war” file inside the extracted folder.
  4. Place this “cas.war” file inside “apache-tomcat/webapps” folder. Once the tomcat is restarted you will find cas folder at the same locaton.
  5. Try to access the cas using “ServerIP:TomcatPort/cas/login”

For example : “localhost:8080/cas/login”

  1. Default credentials for logging into the cas are as belows:

UserName : casuser

Password : Mellon

Once the login is successful, you are able to see below screen:

 

 

 

  1. For creating new users inside cas, follow below steps :
      1. Edit the “deployerConfigContext.xml” file located at “apache-tomcat/webapps/cas/WEB-INF”
      2. You will find property tag with name=”users” (as shown below) contains the information of Users:
      3. <property name="users">
        
        <map>
        
        <entry key="casuser" value="Mellon"/>
        
        </map>
        
        </property>
        
      4. You can add the new user entry by providing key and value.

      Example:

      <property name="users">
      
      <map>
      
      <entry key="casuser" value="Mellon"/>
      
      <entry key="helicaluser" value="helical"/>
      
      </map>
      
      </property>
      

      Above, we have added new user entry with UserName = helicaluser and Password = helical.

       

       

      1. Configurations for Helical Insight application server :

       

      1. Open “spring-security.xml” file in a text editor. ( “spring-security.xml” file will be located at “WEB-INF/classes/” folder).
      2. Modify the URLs present in the below lines of code as per your configuration of CAS server.

       

      <beans:bean id="casEntryPoint" class="org.springframework.security.cas.web.CasAuthenticationEntryPoint">
      
      <beans:property name="loginUrl" value="http://192.168.2.184:8080/cas/login"/>
      
      <beans:property name="serviceProperties" ref="serviceProperties"/>
      
      </beans:bean>
      
       
      
      <beans:property name="ticketValidator">
      
      <beans:bean class="org.jasig.cas.client.validation.Cas20ServiceTicketValidator">
      
      <beans:constructor-arg index="0" value="http://192.168.2.184:8080/cas"/>
      
      </beans:bean>
      
      </beans:property>
      

       

      1. Comment out the “entry-point-ref=”loginUrlAuthenticationEntryPoint”” and uncomment “”entry-point-ref=”casEntryPoint”” from “spring-security.xml” file, as shown below.

       

      <http access-denied-page="/WEB-INF/jsp/errorPages/accessdenied.jsp"
      
      use-expressions="true" auto-config="false"
      
      entry-point-ref="casEntryPoint">
      
      <!--entry-point-ref="loginUrlAuthenticationEntryPoint"-->
      
      <!--entry-point-ref="loginUrlAuthenticationEntryPoint"(use this when no cas)-->
      
      <!--entry-point-ref="casEntryPoint"(to enable cas)-->
      

       

      1. After making above changes (as mentioned in step 2 & 3) save the “spring-security.xml” file and close it.
      2. Open “application-context.xml” file in a text editor. ( “application-context.xml” file will be located at “WEB-INF/classes/” folder).

       

       

       

       

       

      1. Configure the below lines of code as per your Helical Insight application details.

       

      <bean class="org.springframework.security.cas.ServiceProperties" id="serviceProperties">
      
      <property name="service" value="http://{your-ip}:{your-port}/{context}/j_spring_cas_security_check"/>
      
      <property name="sendRenew" value="false"/>
      
      </bean>
      

       

      Example :

       
      
      <bean class="org.springframework.security.cas.ServiceProperties" id="serviceProperties">
      
      <property name="service" value="http://localhost:8085/hi-ee/j_spring_cas_security_check"/>
      
      <property name="sendRenew" value="false"/>
      
      </bean>
      

       

      1. Save the changes and close the file.
      2. Restart your Helical Insight application server.
      3. Once the server is started, Try to access your application URL

      Example : “http://localhost:8085/hi-ee/hi.html”

       

      1. This will redirect your application to the login page of CAS.
      1. Once you provide the valid credentials of UserName and Password for CAS server. Helical Insight application will create the session for that user by using the credentials of CAS.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight’s self-service capabilities is one to reckon with. It allows you to simply drag and drop columns, add filters, apply aggregate functions if required, and create reports and dashboards on the fly. For advanced users, the self-service component has ability to add javascript, HTML, HTML5, CSS, CSS3 and AJAX. These customizations allow you to create dynamic reports and dashboards. You can also add new charts inside the self-service component, add new kind of aggregate functions and customize it using our APIs.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
Helical Insight, via simple browser based interface of Canned Reporting module, also allows to create pixel perfect printer friendly document kind of reports also like Invoice, P&L Statement, Balance sheet etc.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
If you have a product, built on any platform like Dot Net or Java or PHP or Ruby, you can easily embed Helical Insight within it using iFrames or webservices, for quick value add through instant visualization of data.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
Being a 100% browser-based BI tool, you can connect with your database and analyse across any location and device. There is no need to download or install heavy memory-consuming developer tools – All you need is a Browser application! We are battle-tested on most of the commonly used browsers.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
We have organization level security where the Superadmin can create, delete and modify roles. Dashboards and reports can be added to that organization. This ensures multitenancy.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
A first-of-its-kind Open-Source BI framework, Helical Insight is completely API-driven. This allows you to add functionalities, including but not limited to adding a new exporting type, new datasource type, core functionality expansion, new charting in adhoc etc., at any place whenever you wish, using your own in-house developers.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
It handles huge volumes of data effectively. Caching, Pagination, Load-Balancing and In-Memory not only provides you with amazing experience, but also and does not burden the database server more than required. Further effective use of computing power gives best performance and complex calculations even on the big data even with smaller machines for your personal use. Filtering, Sorting, Cube Analysis, Inter Panel Communication on the dashboards all at lightning speed. Thereby, making best open-source Business Intelligence solution in the market.
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
With advance NLP algorithm, business users simply ask questions like, “show me sales of last quarter”, “average monthly sales of my products”. Let the application give the power to users without knowledge of query language or underlying data architecture
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application is compatible with almost all databases, be it RDBMS, or columnar database, or even flat files like spreadsheets or csv files. You can even connect to your own custom database via JDBC connection. Further, our database connection can be switched dynamically based on logged in users or its organization or other parameters. So, all your clients can use the same reports and dashboards without worrying about any data security breech.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Our application can be installed on an in-house server where you have full control of your data and its security. Or on cloud where it is accessible to larger audience without overheads and maintenance of the servers. One solution that works for all.
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered
Different companies have different business processes that the existing BI tools do not encompass. Helical Insight permits you to design your own workflows and specify what functional module of BI gets triggered