Skip to content
Snippets Groups Projects
Commit 4e6d8b1f authored by Valerii Kalashnikov's avatar Valerii Kalashnikov
Browse files

Merge branch 'add_get_login_proof_result_policy' into 'main'

Add get login proof result mock function to test the integration with AA

See merge request !13
parents 0f1cc4f3 6e73c0f8
No related branches found
No related tags found
1 merge request!13Add get login proof result mock function to test the integration with AA
Pipeline #52143 passed with stage
in 30 seconds
package example.GetLoginProofResult
# commented until OCM ready with their enpoints
# ocm.loginProofResult should be a custom function written in Go
# _ := ocm.loginProofResult()
# for now returning mock
_ = {
"status": "ACCEPTED",
"name": "John",
"given_name": "John I",
"family_name": "Doe",
"middle_name": "",
"preferred_name": "John Doe",
"gender": "M",
"birthdate": "01.01.1970",
"upated_at": 1656497093,
"email": "john.doe@sample.com",
"email_verified": true,
"sub": "John Doe",
"iss": "https://gaiax.vereign.com/tsa",
"auth_time": 1656583493
}
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