summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/yaml_tests/negative_tests/id_tokens.yml
blob: aff2611f16c6256165fd74fed3e0233fceb8c361 (plain)
1
2
3
4
5
6
7
8
9
10
11
id_token_with_wrong_aud_type:
  id_tokens:
    INVALID_ID_TOKEN:
      aud:
        invalid_prop: invalid

id_token_with_extra_properties:
  id_tokens:
    INVALID_ID_TOKEN:
      aud: 'https://gitlab.com'
      sub: 'not a valid property'