I am using a custom authentication for login in to the application but when i configured a mashup in html page its showing as refused to connect with pega and for some time its asking user name and password how to configure a custom authentication service in mashup code. Did any one try this help me in this one
@GANDHIKUMAR To configure a custom authentication service in mashup code, you need to first create and configure the custom authentication service in Pega Platform. Once the service is set up, you can use it in your mashup. The automatically generated mashup markup defaults to Pega as the identity provider. If you want to use your custom authentication service, you need to either enter the URL that points to the authentication service URL into the mashup composer or modify the data-pega-url attribute in the mashup snippet. This URL should point to your custom authentication service. Remember, mashups support all authentication protocols that you can set up in the Pega Platform authentication service.
This was a GenAI response, based on the below verified resources: