Auth0 is an identity management platform for application builders and developers. Although Auth0's main focus is on the business-to-consumer scenarios, it supports multiple identity standards, including SAML which, in turn, is also supported by BTP. ...
TSMI (The Scheduled Iflows Monitor)
Note: This article is related to my previous post: CPI: Scheduling monitoring
The objective of this iFlow is to be able to present information related to the next scheduled executions of your iFlows. It is executed...
This is one of the things I like most about CPI: it has a very cooperative and active community. Without going too far, some of the best sessions I attended at Teched this year were hosted by community members. One other good example happened last we...
Hi,
I am trying to create an Alexa channel, but for some reason, when I try to deploy the skill to Amazon, the post request gets an HTTP 500 error and the deployment fails.
The error states:
{"message":"1 validation error detected: Value 'undef...
The handling of passwords and credentials is something that in my opinion can be improved at CPI. Some time ago I pointed out my concerns about how passwords can be easily obtained, for those with a developer profile. In this post, I won't talk about...
Hello @Nagaraj ... I believe you are missing the point here: my point is that the presented approach is dangerous and even unnecessary; the XML SQL structures will achieve the same in a more secure fashion.Your code is indeed subject to SQL injection...
Oh no... Bobby's mother did it again! 藍 {
"employee_details": [
{
"employee_id": "1",
"employee_name": "Robert'); DROP TABLE EMPLOYEE; --"
}
]
} The script needs some guard rails as it is subject to SQL injection. One alterna...
Hi shankar.gomare,This is very well explained. May I suggest two things?The SAML Setting in Auth0 is missing the logout callback. If you try to log out from the Fiori launchpad, it would fail. To address this, you can add the following setting to you...
Hi Pavan,
Sorry, I just saw this message. The error looks like an issue with the value of your process direct endpoint. Did you manage to solve this?
Bests,
Ariel