-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3162 from Opetushallitus/tor-2210-client-names
TOR-2210 lokalisoidut OAuth2 client nimet
- Loading branch information
Showing
5 changed files
with
133 additions
and
4 deletions.
There are no files selected for viewing
63 changes: 63 additions & 0 deletions
63
src/main/resources/mockdata/koodisto/koodistot/omadataoauth2client.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"koodistoUri": "omadataoauth2client", | ||
"resourceUri": "https://virkailija.opintopolku.fi/koodisto-service/rest/codes/omadataoauth2scopes", | ||
"omistaja": null, | ||
"organisaatioOid": "1.2.246.562.10.00000000001", | ||
"lukittu": null, | ||
"withinCodes": [], | ||
"includesCodes": [], | ||
"levelsWithCodes": [], | ||
"codesGroupUri": "koski", | ||
"version": 0, | ||
"versio": 1, | ||
"paivitysPvm": "2023-03-13", | ||
"paivittajaOid": "1.2.246.562.24.98063222086", | ||
"voimassaAlkuPvm": "2023-01-01", | ||
"voimassaLoppuPvm": null, | ||
"tila": "LUONNOS", | ||
"metadata": [ | ||
{ | ||
"kieli": "SV", | ||
"nimi": "omadataoauth2 client", | ||
"kuvaus": "omadataoauth2 client", | ||
"kayttoohje": null, | ||
"kasite": null, | ||
"kohdealue": null, | ||
"sitovuustaso": null, | ||
"kohdealueenOsaAlue": null, | ||
"toimintaymparisto": null, | ||
"tarkentaaKoodistoa": null, | ||
"huomioitavaKoodisto": null, | ||
"koodistonLahde": null | ||
}, | ||
{ | ||
"kieli": "EN", | ||
"nimi": "omadataoauth2 client", | ||
"kuvaus": "omadataoauth2 client", | ||
"kayttoohje": null, | ||
"kasite": null, | ||
"kohdealue": null, | ||
"sitovuustaso": null, | ||
"kohdealueenOsaAlue": null, | ||
"toimintaymparisto": null, | ||
"tarkentaaKoodistoa": null, | ||
"huomioitavaKoodisto": null, | ||
"koodistonLahde": null | ||
}, | ||
{ | ||
"kieli": "FI", | ||
"nimi": "omadataoauth2 client", | ||
"kuvaus": "omadataoauth2 client", | ||
"kayttoohje": null, | ||
"kasite": null, | ||
"kohdealue": null, | ||
"sitovuustaso": null, | ||
"kohdealueenOsaAlue": null, | ||
"toimintaymparisto": null, | ||
"tarkentaaKoodistoa": null, | ||
"huomioitavaKoodisto": null, | ||
"koodistonLahde": null | ||
} | ||
], | ||
"codesVersions": [] | ||
} |
58 changes: 58 additions & 0 deletions
58
src/main/resources/mockdata/koodisto/koodit/omadataoauth2client.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
[ | ||
{ | ||
"metadata": [ | ||
{ | ||
"nimi": "OAuth2 sample client (fi)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "FI" | ||
}, | ||
{ | ||
"nimi": "OAuth2 sample client (sv)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "SV" | ||
}, | ||
{ | ||
"nimi": "OAuth2 sample client (en)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "EN" | ||
} | ||
], | ||
"withinCodeElements": [], | ||
"includesCodeElements": [], | ||
"levelsWithCodeElements": [], | ||
"koodiUri": "omadataoauth2client_oauth2sample", | ||
"versio": 1, | ||
"koodiArvo": "oauth2sample" | ||
}, | ||
{ | ||
"metadata": [ | ||
{ | ||
"nimi": "OAuth2 debug client (fi)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "FI" | ||
}, | ||
{ | ||
"nimi": "OAuth2 debug client (sv)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "SV" | ||
}, | ||
{ | ||
"nimi": "OAuth2 debug client (en)", | ||
"kuvaus": "", | ||
"lyhytNimi": "", | ||
"kieli": "EN" | ||
} | ||
], | ||
"withinCodeElements": [], | ||
"includesCodeElements": [], | ||
"levelsWithCodeElements": [], | ||
"koodiUri": "omadataoauth2client_oauth2client", | ||
"versio": 1, | ||
"koodiArvo": "oauth2client" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters