File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 1212
1313# mytoken
1414
15- ` mytoken ` is a central web service with the goal to easily obtain OpenID Connect access tokens across devices.
15+ ` Mytoken ` is a web service to obtain OpenID Connect Access Tokens in an easy but secure way for extended periods of time
16+ and across multiple devices. In particular, ` mytoken ` was developed to provide OIDC Access Tokens to long-running
17+ compute jobs.
1618
17- A user can create a special string called ` mytoken ` . This mytoken then can be used to obtain OpenID Connect access
18- tokens from any device. The power of a mytoken can be restricted by the user, so they can create exactly the token they
19- need for a certain use case.
20-
21- The mytoken command line client can be found at [ https://github.com/oidc-mytoken/client ] ( https://github.com/oidc-mytoken/client ) .
22-
23- 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 ) .
19+ Access Tokens can be obtained via so-called ** ` mytokens ` ** : A new token type that can be easily used as a Bearer token
20+ from any device. These ` mytokens ` can be restricted according to the particular use case to only allow the needed
21+ privileges..
2422
2523Documentation is available at [ https://mytoken-docs.data.kit.edu/ ] ( https://mytoken-docs.data.kit.edu/ ) .
2624
25+ The mytoken command line client can be found
26+ at [ https://github.com/oidc-mytoken/client ] ( https://github.com/oidc-mytoken/client ) .
27+
2728A demo instance of mytoken is running at [ https://mytoken.data.kit.edu/ ] ( https://mytoken.data.kit.edu/ ) .
29+
30+ A go library for interacting with the mytoken server can be found
31+ at [ https://github.com/oidc-mytoken/lib ] ( https://github.com/oidc-mytoken/lib ) .
32+
You can’t perform that action at this time.
0 commit comments