-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submit publications to HISinOne #550
Comments
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
…mer res-json-detailed Configured transformer res-json-detailed
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
…efined transformer mods-resolve-his-keys
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
…efined transformer mods-resolve-his-keys
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
…efined transformer mods-resolve-his-keys
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
…efined transformer mods-resolve-his-keys
Possommi
added a commit
that referenced
this issue
Jun 12, 2024
Possommi
added a commit
that referenced
this issue
Jun 13, 2024
Possommi
added a commit
that referenced
this issue
Jun 13, 2024
Possommi
added a commit
that referenced
this issue
Jun 13, 2024
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
…mer res-json-detailed Configured transformer res-json-detailed
Possommi
added a commit
that referenced
this issue
Jun 14, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
…> params) to HISInOneClient interface
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Possommi
added a commit
that referenced
this issue
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Konfiguration des OAuth-Clients in HISinOne
2024.06
Folgende Schritte sind in der angegeben Reihenfolge zu unternehmen
OAuth Scope anlegen
Rolle anlegen
Rolle zuweisen
OAuth-Client anlegen
Scope dem Client hinzufügen
Mit Client Key und Secret kann ein Token wie folgt angefragt werden:
curl -i -X POST 'https://host.example/qisserver/api/v1/cs/psv/oauth/token' \ -H 'Authorization: Basic base64($clientKey:clientSecret)' \ -H 'Content-Type: application/x-www-form-urlencoded' \ -d 'grant_type=client_credentials'
Notwendige Rechte
The text was updated successfully, but these errors were encountered: