May 17Using DataGrip as a Cross Platform IDE for Exploring Databases with WSO2 Identity ServerHello Everyone :) With this blog post I will explain how you can quickly get DataGrip tool configured on your Linux machine and use it to get wso2 identity server configured on a different database type. I will be using DB2 11.5 as the database type to get the database…Wso 23 min read
Mar 28How to Get a WSO2 Identity Server Pack Updated from Staging EnvironmentDownload the required IS pack from the website ( Dont get the pack from Github as the github pack doesnt have the required update manager tool) https://wso2.com/identity-server/# Unzip the downloaded pack and navigate to <IS-HOME>/bin Run the wso2update_linux.sh file ./wso2update_linux 4. It will ask for the wso2 authenticating credentials. Provide…Wso 22 min read
Mar 7Testing WSO2 Identity Server Product Compatibility with Integration Tests.Are you familiar with Integration Testing. Lets See How we can verify a product stability or compatibility against different infrastructures with the help of integration tests. What is Integration TestingWso 26 min read
Mar 7Lets Get WSO2 Identity Server Configured on AlmaLinux OS.Have you tried WSO2 Identity Server on AlmaLinux ? With this Blog post lets see how we can get an AlmaLinux Latest OS configured on top of your primary host machine using a Docker Image and run wso2 Identity Server on top of the configured AlmaLinux OS Are You new for AlmaLinux ? Don’t Worry …Wso 26 min read
Published in Geek Culture·Jan 11The Best CI/CD Tools for Mobile App Developers in 2022Continuous Integration and Continuous Delivery (CI/CD) is a crucial process in mobile app development projects in Agile and DevOps cultures. Continuous Integration is the process of Integrating code at least daily and running automated tests to ensure the code is bug-free. …Mobile App Development8 min read
Published in Geek Culture·Dec 12, 2021The 10 Best Design Tools for Mobile App Creators in 2021Nowadays, there’s a huge demand for mobile applications due to the rapid growth of worldwide mobile usage. There are many mobile applications to perform almost any task. However, not every app gets the attention they deserve from the users. …Mobile App Development8 min read
Oct 3, 2021Working with Request Object in WSO2 Identity ServerRequest object is a jwt token which requests for some claims from Identity provider during authorization process. Request object is a JWT (JSON Web Token) that contains a set of request parameters as its Claims. Request Object can be of 2 types request parameter (Passed by value) request_uri parameter (Passed…Wso 27 min read
May 24, 2021Authenticating via Third Party Providers with Cypress Social Login PluginCypress Social Login Plugin is used to facilitate the third-party logins for services such as GitHub, Facebook etc. It does so by delegating the login process to a puppeteer flow that performs the login and returns the cookies for the application under test, so they can be set by the…Cypressio3 min read
Published in Crowdbotics·Apr 21, 2021How to Choose the Best Architecture for Your Web ApplicationWhat is web application architecture? Web application architecture describes the relationship between web app components (i.e. — user interfaces, databases, and middleware systems) and the way they interact with each other. In other words, it provides a structure for how the client and server are connected. …Single Page Applications9 min read
Apr 9, 2021Top 6 Tools to Test Rest APIsREST APIs Rest APIs are a vital part of every digital application nowadays. It’s crucial to verify that APIs are working fine before applications are delivered to end-users. Rest APIs testing is carried out manually as well as automatically. When testing Rest APIs, we send various HTTP/S requests using GET, POST, PUT…Software Test Automation6 min read