Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
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
m-team
oidc
mytoken
server
Commits
19c16b2d
Commit
19c16b2d
authored
3 years ago
by
Gabriel Zachmann
Browse files
Options
Downloads
Patches
Plain Diff
update README.md
parent
ee46c408
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+13
-8
13 additions, 8 deletions
README.md
with
13 additions
and
8 deletions
README.md
+
13
−
8
View file @
19c16b2d
...
...
@@ -12,16 +12,21 @@
# mytoken
`mytoken`
is a central web service with the goal to easily obtain OpenID Connect access tokens across devices.
`Mytoken`
is a web service to obtain OpenID Connect Access Tokens in an easy but secure way for extended periods of time
and across multiple devices. In particular,
`mytoken`
was developed to provide OIDC Access Tokens to long-running
compute jobs.
A user can create a special string called
`mytoken`
. This mytoken then can be used to obtain OpenID Connect access
tokens from any device. The power of a mytoken can be restricted by the user, so they can create exactly the token they
need for a certain use case.
The mytoken command line client can be found at
[
https://github.com/oidc-mytoken/client
](
https://github.com/oidc-mytoken/client
)
.
A go library for interacting with the mytoken server can be found at
[
https://github.com/oidc-mytoken/lib
](
https://github.com/oidc-mytoken/lib
)
.
Access Tokens can be obtained via so-called
**`mytokens`**
: A new token type that can be easily used as a Bearer token
from any device. These
`mytokens`
can be restricted according to the particular use case to only allow the needed
privileges..
Documentation is available at
[
https://mytoken-docs.data.kit.edu/
](
https://mytoken-docs.data.kit.edu/
)
.
The mytoken command line client can be found
at
[
https://github.com/oidc-mytoken/client
](
https://github.com/oidc-mytoken/client
)
.
A demo instance of mytoken is running at
[
https://mytoken.data.kit.edu/
](
https://mytoken.data.kit.edu/
)
.
A go library for interacting with the mytoken server can be found
at
[
https://github.com/oidc-mytoken/lib
](
https://github.com/oidc-mytoken/lib
)
.
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