Skip to content

STS Beispiel Konfiguration

STS 3 - Beispielkonfiguration

In dieser Anleitung wird eine Beispiel Client-Konfiguration für den STS-3 beschrieben. Mit diesem Client lässt sich die ClientApp verwenden.

Beispiel Client-Konfiguration

{
    "ClientId": "<Client-ID (Bsp.: cmi-reporting-service)>",
    "AllowAccessTokensViaBrowser": true,
    "RequireClientSecret": false,
    "AllowedCorsOrigins": [
        "<Protokoll>://<Server>:<Port>"
    ],
    "RedirectUris": [
        "regex:^(<Protokoll>:\/\/<Server>:<Port>).*"
    ],
    "PostLogoutRedirectUris": [
        "regex:^(<Protokoll>:\/\/<Server>:<Port>).*"
    ],
    "AllowedGrantTypes": [
        "authorization_code"
    ],
    "AllowedScopes": [
        "openid",
        "profile",
        "metatool"
    ]
}

Protokoll, Server und Port beziehen sich auf den CMI-Reporting-Service.