Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • gaiax/tsa/policies
1 result
Show changes
Commits on Source (4)
......@@ -13,7 +13,10 @@ You should follow the following naming syntax:
- Data file could be added for each policy. It must be named `data.json` and placed in the same directory:
> Example: `{group}/{policyName}/{version}/data.json`
## Dependencies
[Dependencies](go.mod)
## License
<hr/>
[Apache 2.0 license](LICENSE)
\ No newline at end of file
[Apache 2.0 license](LICENSE)
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
}