top of page

READ MORE.....

Marble Surface
I write my learnings ... Hope you will learn out of these 
group vs role.drawio (1).png

Prior to WSO2 Identity Server (IS)-5.11.0, both groups and roles were considered as roles in the server. They were managed either roles section in the management console or SCIM2.0 /Groups endpoint.

Even though we supported both Groups and Roles together those two terms have different meanings when comes to computer science security.

1_Dgs1fo1IYfOocElvwyz3iQ.png
patches02202019.jpg

When you are finding this blog, you might be searching for “how to send a google chat notification from a GitHub action”. You may have already tried out several marketplace actions available for google chat notifications, but you are not satisfied with them because they don't provide much flexibility to alter your notification as you wish. If that is the case, you have come to the right place.

I’ll solve your problem without any third-party actions but only with curl and JSON.

I thought to write this blog because I’ve seen many developers in the community are struggling to form the PATCH payload properly.
RFC 7644 3.5.2. Modifying with PATCH describes this fact more than enough. Here I’ll make the content in such a way that you can grab it within few minutes.

HANDMADE
FURNITURE

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

CUSTOM
REFURBISHMENT

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

PROPERTY
MAINTENANCE

I'm a paragraph. Click here to add your own text and edit me. It’s easy. Just click “Edit Text” or double click me to add your own content and make changes to the font. I’m a great place for you to tell a story and let your users know a little more about you.

Marble Surface
1_uAUy6y_OGdSLIGQuGgSIxA.png

I’m sure all of you may know password brute force attacks. It’s nothing but guessing the password of a user account systematically trying out every possible combination of allowed characters(letters, numbers, symbols, etc). In order to mitigate this attack Identity and Access Management solutions provide multiple options.

1_Af1M8TUEH-4NJ-0XTcy5zg.png

API Testing is a crucial step of your API(Application Programming Interface) development life cycle because testing ensures that end-to-end functionality works properly. Also, it verifies that API satisfies the application end-user business requirement. In order to do API testing here are some commonly used API testing tools:
Postman
JMeter
Eclipse IDE Java SDK tool
Test Manager
Out of those, I’m going to discuss about postman as an API testing tool which is a handy tool that gave me a super cool experience while API testing.

1_HhdoBIEHKg205FXPKuqmYw.png

When you are using the WSO2 Identity Server you may have the requirement of sending notifications to the end-users based on the user-operations (examples: user onboarding, password recovery, username recovery).WSO2 IS has an eventing framework to trigger events based on user operations that are related to your business operations. Also, it has a notification service feature to send notifications to the end-users via the user’s preferred channel(email/SMS).

bottom of page