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 4 – Pega as OAuth provider
In the previous articles, we saw how Pega can act as OAuth client and access the protected resources from OAuth providers like LinkedIn, Twitter etc. In this post we will see how Pega can act the other way around by taking the role of OAuth provider. The article was created using earlier Pega 8 version! … Continue reading OAuth 2.0 – Part 4 – Pega as OAuth provider
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