COVID-19

We are all affected by COVID-19. A number of our clients are in the healthcare software sector. Because of this we have been very busy trying to support the effort to fight this disease by use of software.Virtual CareOne of the projects that we have been working on to...
SAML SSO – Service Provider initated webapp

SAML SSO – Service Provider initated webapp

In this post we will be talking about SAML based single signon, specifically about a webapp (service provider) initiated single signon. Single Signon or short SSO allows us to reuse identities for multiple service providers (applications). The applications do not need...
Using Vue Router Part 4 – Named Views

Using Vue Router Part 4 – Named Views

to show multiple different views on the same route, Vue router supports ‘named views’. named views allow us to create multiple named router views and then assign components to all views in the route. to show this we modify our main router view in App.vue...
Using Vue Router Part 4 – Named Views

Using Vue Router Part 3 – Nested Routes

In the first two parts of this series we have created simple routes and also created dynamic routes with parameters so we can open a view such as customer with a parameter to show a specific customer. But what if the customer view consists out of multiple views for...