How to configure AUTH_VAHANA and SPDPGETUSERSESSION in vFlow 2.0, and what is the requirement to configure them?
To configure these both APIs, we will consume the NOBACKEND services in vConnect.
And, the configuration for these respective APIs are mentioned below:
AUTH_VAHANA:
Default Response: [{“p_gprs_string”:“y”}],
Success Rule: “$.[0].p_gprs_string”:“y”}
Note: It is mandatory to have success rule in AUTH_VAHANA for particular login scenarios.
SPDPGETUSERSESSION:
Default Response: [{“STATUS”:“SUCCESS”}],
Success Rule: {“$.[0].STATUS”:“SUCCESS”} Optional
After configuring these two services, sync the chnages through Release Manager.
Note: These both APIs should be as Device Level Session.
Also, You have to configure these both APIs in the API section of vFlow 2.0, without any request or response in the configurations.
And, after configuring these both APIs, we also have to configure the AUTHENTICATION task in vFlow 2.0 .