Skip to content
Snippets Groups Projects
Commit 68c0fb2a authored by Valery Kalashnikov's avatar Valery Kalashnikov
Browse files

rephrase the user story to support the idea to create only auth helpers

parent 96e01527
No related branches found
No related tags found
1 merge request!12Add OCM communication feature
As policy administrator
I want to evaluate OCM communication feature
So I am able to create policies to control login functionality
Scenario: Make request for QR code and presentationID
Given the policy to query OCM is uploaded to the system
When I send a request to the OCM service to evaluate policy
Then I get a successful response
And the response contains the link to the QR code
And the response contains the presentationID
Scenario: Make request for getting claims by presentationID
Given the policy to query OCM is uploaded to the system
Given the request to the OCM service
When I send a request to the OCM service
And the request contains presentationID
Then I get a successful response
And response contains requested claims
\ No newline at end of file
As policy administrator
I want to evaluate OCM communication feature
So I am able to create policies to control login functionality
Scenario: Make OCM requests
Given the policy to query OCM is uploaded to the system
When I make the request to the OCM
And the request contains the path
And the request contains the input JSON object
Then I get successful response
And it contains the output JSON object
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment