In this blog article, we will see about different requestor types in Pega. This article is implemented using Pega Infinity ’24 version. First, let’s start with understanding the term – Requestor. What is a requestor? From the name, we can say that it can be any people or object which requests for a service. From … Continue reading Requestor types in Pega
OAuth 2.0 – Part 1 – Understanding
This is the first blog article in the OAuth authentication series. In this blog article, we will see more in detail about the basics of OAuth workflow and the different grant types supported by OAuth. This will be bit more theory article😉. Finally, we will have some hands-on on in setting up X (formerly Twitter) … Continue reading OAuth 2.0 – Part 1 – Understanding
Related Articles
Configure LDAP Authentication Service in Pega
In this blog article, we will see how we can authenticate the application user credentials against the attributes stored in the apache directory server. It is mandatory to visit my another blog article of LDAP set up before proceeding in this article. How to configure the LDAP authentication in Pega? Let’s start by choosing the … Continue reading Configure LDAP Authentication Service in Pega
Configure LDAP services – Apache Directory
In this blog article, we will see more in detail about directory services and LDAP protocols. We will also set up our own directory service. Let’s start with the directory. What is a directory? Directory is a collection or list of data and they saves the information and provides them when needed. Real time examples … Continue reading Configure LDAP services – Apache Directory
Customizing Basic authentication in Pega
In the last post, we saw how the default basic authentication works in Pega. In this post, we will see how we can customize and have our own basic authentication. This blog article is implemented using 8.2 version Now the first question is why do we need to customize the basic authentication? 1. When the … Continue reading Customizing Basic authentication in Pega