{
  "issuer": "https://accounts.login.idm.telekom.com",
  "authorization_endpoint": "https://accounts.login.idm.telekom.com/oauth2/auth",
  "token_endpoint": "https://accounts.login.idm.telekom.com/oauth2/tokens",
  "userinfo_endpoint": "https://accounts.login.idm.telekom.com/userinfo",
  "revocation_endpoint": "https://accounts.login.idm.telekom.com/oauth2/revoke",
  "backchannel_auth_start": "https://accounts.login.idm.telekom.com/oauth2/bc-auth/start",
  "backchannel_auth_end": "https://accounts.login.idm.telekom.com/oauth2/bc-auth/end",  
  "logout_endpoint": "https://accounts.login.idm.telekom.com/sessionmessage/logout",
  "end_session_endpoint": "https://accounts.login.idm.telekom.com/sessionmessage/logout",
   "tcse" : "true",
  "assistant_reg_url":"https://meinkonto.telekom-dienste.de/telekom/account/registration/assistant/index.xhtml",
  "email_reg_url": "https://meinkonto.telekom-dienste.de/konto/registrierung/email/index.xhtml",
  "email_reg_mobile_url": "https://meinkonto.telekom-dienste.de/konto/registrierung/mobile/email/index.xhtml",
  "email_use_url": "https://meinkonto.telekom-dienste.de/konto/e-mail-nutzen/index.xhtml",
  "email_use_mobile_url": "https://meinkonto.telekom-dienste.de/konto/e-mail-nutzen/mobile/index.xhtml",
  "extmail_reg_url": "https://meinkonto.telekom-dienste.de/konto/registrierung/extmail/index.xhtml",
  "extmail_reg_mobile_url": "https://meinkonto.telekom-dienste.de/konto/registrierung/mobile/extmail/index.xhtml",
  "booking_url": "https://meinkonto.telekom-dienste.de/konto/buchung/produkt/index.xhtml",
  "addon_url": "https://meinkonto.telekom-dienste.de/konto/buchung/service/email/index.xhtml",
  "cancellation_url": "https://meinkonto.telekom-dienste.de/konto/kuendigung/index.xhtml",
  "payment_procedures_url": "https://meinkonto.telekom-dienste.de/konto/bezahlverfahren/produkt/index.xhtml",
  "addon_mobile_url": "https://meinkonto.telekom-dienste.de/konto/buchung/service/mobile/email/index.xhtml",
  "recovery_url": "https://meinkonto.telekom-dienste.de/wiederherstellung/passwort/index.xhtml",
  "recovery_mobile_url": "https://meinkonto.telekom-dienste.de/wiederherstellung/passwort/index.xhtml",
  "accountmanager_url": "https://account.idm.telekom.com/account-manager/index.xhtml",
  "accountmanager_msisdn_url": "https://account.idm.telekom.com/account-manager/associations/configure/index.xhtml",
  "accountmanager_consent_url": "https://account.idm.telekom.com/account-manager/consent/index.xhtml",
  "accountmanager_password_url": "https://account.idm.telekom.com/account-manager/password/index.xhtml",
  "accountmanager_pin_url": "https://account.id-pass.de/idpass/jspin?forwardUrl=https%3A%2F%2Ftelekom.de",
  "jwks_uri": "https://accounts.login.idm.telekom.com/oauth2/v1/certs",
  "encrypted_password_jwks_uri": "https://accounts.login.idm.telekom.com/oauth2/grantTypeEncryptedPassword.jwks",
  "pushed_authorization_request_endpoint": "https://accounts.login.idm.telekom.com/oauth2/par",
  "backchannel_logout_supported": true,
  "backchannel_logout_session_supported": true,
  "response_types_supported": [
    "code"
  ],
  "scopes_supported": [
    "openid",
    "profile",
    "email",
    "address",
    "phone",
    "offline_access"
  ],
  "claims_supported": [
    "sub",
    "iss",
    "auth_time",
    "acr",
    "name",
    "given_name",
    "family_name",
    "email",
    "email_verified",
    "locale"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post"
  ],
  "grant_types_supported": [
    "authorization_code",
    "password",
    "refresh_token"
  ],
  "subject_types_supported": [
    "public",
    "pairwise"
  ],
  "id_token_signing_alg_values_supported": [
    "RS256",
    "HS256",
    "none"
  ],
  "code_challenge_methods_supported": [
    "plain",
    "S256"
  ]
}