-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single Sign On to multiple sources #2723
Comments
I personally have not even an idea what that feature means ;-)
Could you please elaborate?
Am 05.09.2017 9:41 vorm. schrieb "ruhullahshah" <[email protected]>:
… Enhancement Request
We have multiple sources and would like to have a single sign on
capability in paket config add-credentials. We wanted to know if there is a
plan to have this feature in the future releases and what the Paket
community thinks about having SSO in general? If all is OK & you guys have
no plans as of now to have this feature, we are happy to fork and work upon
constructing this feature.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2723>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNDaJygzzqdg23q-0GgJRDHIsBpkAks5sfPskgaJpZM4PMjnj>
.
|
Thanks for the prompt response :) paket config add-credentials source1 every time my credentials (for example: password) change We could configure paket to pickup the credentials from a single source always....for example windows credentials so that every time I have a change of credentials, the re-configuration is not required. Hope that clarifies the things a bit. |
Basically, in a corporate network, when you do your Windows login (Linux works alike with the corresponding PAM) a special token is acquired. Other applications (web browser, email client, ...) use this token to authenticate the user to further services without prompting for the credentials again. The good news: The .NET Framework supports single sign-on. We have written other on-house tools using it and we would like to contribute this feature to Paket. |
Cool. Then I think we will be happy to take a PR. PR. Please don't forget
to add something to the docs.
Am 05.09.2017 3:04 nachm. schrieb "jbaehr" <[email protected]>:
… Basically, in a corporate network, when you do your Windows login (Linux
works alike with the corresponding PAM) a special token is acquired. Other
applications (web browser, email client, ...) use this token to
authenticate the user to further services without prompting for the
credentials again.
See https://en.wikipedia.org/wiki/Single_sign-on#Kerberos-based for an
overview.
The good news: The .NET Framework supports single sign-on. We have written
other on-house tools using it and we would like to contribute this feature
to Paket.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2723 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADgNMAQQb-x3cvj5qnjiRgyVSjTTUMGks5sfUbKgaJpZM4PMjnj>
.
|
probably related to #2658 (see #2658 (comment)) |
an up-for-grabs :) |
Enhancement Request
We have multiple sources and would like to have a single sign on capability in paket config add-credentials. We wanted to know if there is a plan to have this feature in the future releases and what the Paket community thinks about having SSO in general? If all is OK & you guys have no plans as of now to have this feature, we are happy to fork and work upon constructing this feature.
The text was updated successfully, but these errors were encountered: