5 Key Designs of the IVAAP Backends
When you are getting ready to embark on a multi-year journey of software development, technical design matters. You don’t just want to take into account […]
How to Use the Nimbus Library to Authenticate Users with OpenID Connect
before you can visualize OpenSDU data in IVAAP, your browser is redirected to a login page hosted by Microsoft or Amazon. After completion of the two-factor authentication, your browser is redirected to IVAAP. The sequence of steps between IVAAP and external authentication servers follows the OpenID Connect protocol.
How the Admin Backend Provides Flexibility to IVAAP Customers
As a platform, IVAAP is designed to be modified by INT’s own customers to meet their specific (and sometimes proprietary) needs. The Admin Backend manages many types of IVAAP entities such as connectors, cloud services, users, groups, dashboards, templates, formulas, and queries. This blog shows how the Admin Backend can be customized or consumed to meet customer needs.
How IVAAP Maximizes Use of HATEOAS Links
Ever since the concept of web services first gained popularity, developers attempting to use these web services have faced two challenges: The first challenge is finding the right service to use; the second challenge is writing the code to call these services. The goal of this article is to describe how IVAAP uses HATEOAS hypermedia links to address both problems.
How Apache SIS Simplifies the Hidden Complexity of Coordinate Systems in IVAAP
To show geoscience datasets on one of IVAAP’s 2D map widgets, you need to use a common visualization coordinate reference system. This is where Apache SIS helps us: It understands the properties of both the data and visualization systems and is able to convert coordinates between them.