Hello friends! This is the part 3 of implementing our own customized authentication flow based on session data with WSO2 Identity Server 5.3.0. If you didn’t see the first and second parts of the project, please read them before continuing. In the first post, we wrote a custom data publisher and invoke that class in the authentication flow. At first, ...
When a user authenticates with the WSO2 Identity Server, a session is created. These sessions are stored as session context objects, against the commonAuthId cookie in WSO2 implementation. Information about the logged in user is inside these session objects. But, there are times where we want to query these sessions by passing the user. A practical example is where we ...
Hi all, Today I’m going to walk through how we can connect Microsoft Azure Active Directory with WSO2 Identity Server as a federated identity provider. First of all, if you’re not familiar with Azure AD, you can read about it from here. “Azure Active Directory (Azure AD) is Microsoft’s multi-tenant, cloud-based directory, and identity management service that combines core directory ...
What’s up people? Today I’m going to talk about how you can easily run the SAML2 based single-sign-on sample with WSO2 Identity Server. SAML stands for Security Assertion Markup Language and SAML2 is a version of the SAML standard for exchanging authentication and authorization data between security domains. You can read more about SAML2 here. As a prerequisite, you’ll need ...
Hi all! This is the first post I’m writing under the new category, IS Diaries. The post talks about what I learned first when I started working in WSO2 Identity Server. Fixing a small issue in a project is the best way to get familiarize with its code while doing something useful. Even though I talk about wso2/product-is repository, most ...
As you might already know, I was able to get a position at WSO2, a leading middleware company based on Sri Lanka. After the orientation, we were assigned to individual projects before permanantly alocating to teams. I was lucky enough to be assigned to a project in WSO2 Identity Server, which let me get to know the awesome Team-IS. With ...
Hi there, It’s been a while… Today I’m gonna talk about how to manage a software development project properly, at least how I see it should. Bear with me here, when I say ‘managing’, this isn’t a Project Management Tutorial as in a responsibility of a project manager, but more of a practical guide how not to screw up your software ...
Introduction Hello everyone, today I’m gonna talk about hash algorithms. First of all, what is a hash algorithm? A hash algorithms can be simply described as a set of instructions, that can be used to convert or map any arbitrary sized data into a fixed size string. Confused? Well see the follow diagram. How a hash function works. Source : ...
Hi guys, blogging after a long time… :) First of all, this post is about some code I developed in C for an assignment in my degree program, which I think would be very helpful to those who are in need, specially my juniors. ;) But please use this just to get an idea and copy pasting will guarantee a ...
vihangaliyanage:කාලෙකට පස්සේ නියම blog post එකක් හම්බුනා. Reblog නොකර ඉන්න හිත දුන්නෙම නෑ. ;) කියවල බලන්න ගොඩක් වැදගත්. Originally posted on Gnomez Grave: This is not regarding any techie thing or any project I have done. This is simply about how properly make a CV, in my point of view. The main cause is, I had the chance to review ...