Skip to content
Snippets Groups Projects
Select Git revision
  • 3a4e0312341f37071f33c239ddf9fbf42c3eb809
  • main default protected
2 results

token-checker

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    OZGCloud authored
    3a4e0312
    History

    Token Checker

    Zentraler Dienst um (Saml-)Token auf Gültigkeit zu prüfen. Unterstützt werden aktuell folgende Tokens:

    • Mein Unternehmenskonto (MUK) SamlToken

    Schnittstelle

    Request

    CheckToken
      token: String

    Response

    * tokenValid: boolean
    * oneOf:
    	* tokenAttributes
    		* postkorbId: String
    		* trustLevel: String
    		* otherFields: Repeated:
    		    * name: String
        			* value: String
        	* checkError
        		* message: String