Changes

Jump to navigation Jump to search
m
Get your user credentials (an OAuth ID token) from our server
== Get your user credentials (an OAuth ID token) from our server ==
The next step is to authenticate against our server, which will then create a credential (basically a secret token which only you should know) so that you can prove to the cluster that you are indeed who you claim you are. Go to [ccu.uni-konstanz.de:32002|the dex login application] and enter your CCU login. You will get something like this in return:
<syntaxhighlight lang="yaml">
- name: your.username
user:
auth-provider:
config:
client-id: loginapp
client-secret: 459679hg...
id-token: eyJhbGc...
idp-issuer-url: https://ccu.uni-konstanz.de:32000/dex
refresh-token: ChllcHludGJmdzN2b2xvcWxpM255b2N3ZHg2EhltNXMzbDJsbjdpeGlpejRkeTV4cHczcW1v
name: oidc
</syntaxhighlight>
Mark everything and copy it to the clipboard.
== Copy your credentials to the config and enter the CCU context ==

Navigation menu