-
Notifications
You must be signed in to change notification settings - Fork 134
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
SSO: Add initial SSO doc #2945
SSO: Add initial SSO doc #2945
Conversation
Hey nwmac! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #2945 +/- ##
=============================================
- Coverage 71.35% 71.19% -0.17%
=============================================
Files 605 607 +2
Lines 25894 26106 +212
Branches 5872 5910 +38
=============================================
+ Hits 18477 18585 +108
- Misses 7417 7521 +104 |
docs/sso.md
Outdated
> `https://HOST.DOMAIN/pp/v1/auth/sso_login_callback` | ||
> where `HOST` and `DOMAIN` depend on your Stratos installation. | ||
|
||
Login to your UAA with the `admin` client: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth adding a uaac target <uaa url>
step
docs/sso.md
Outdated
Login to your UAA with the `admin` client: | ||
|
||
``` | ||
uaac client token get admin -s <ADMIN_CLIENT_SECRET> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uaac token client get admin -s <ADMIN_CLIENT_SECRET>
- Add uaac target instruction - Fix token client get - Add authorized_grant_types info
No description provided.