Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
token-checker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
token-checker
Commits
add7bde1
Commit
add7bde1
authored
7 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
fill readme
parent
26f8b6bb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+17
-26
17 additions, 26 deletions
.gitignore
README.md
+22
-1
22 additions, 1 deletion
README.md
with
39 additions
and
27 deletions
.gitignore
+
17
−
26
View file @
add7bde1
# ---> Java
# Compiled class file
*.class
HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
# Log file
*.log
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
# BlueJ files
*.ctxt
*.attach*
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*
/token-checker-interface/target/
/token-checker-server/target/
/.idea/
.idea
*.iml
*.orig
.vscode/
This diff is collapsed.
Click to expand it.
README.md
+
22
−
1
View file @
add7bde1
#
t
oken
-c
hecker
#
T
oken
C
hecker
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment