Updated OFAA OAID scripts

This commit is contained in:
Frank Schubert
2023-09-01 11:10:37 +02:00
parent 7479db2fee
commit c0984d288a
6 changed files with 65 additions and 4 deletions

View File

@@ -1,5 +1,9 @@
<?php
// how many OAIDs to create at once
// 0 requires command line argument (which always overrides this variable)
$batch_size = 0;
$oauth_url = "https://sso.yio.at/auth/realms/oaid/protocol/openid-connect/token";
$baseurl = "https://api.oaid.at/v1";