-
Couldn't load subscription status.
- Fork 83
User Auth Providers #1745
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
User Auth Providers #1745
Conversation
0eb2389 to
63f5c35
Compare
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.
Have only really looked at the generic and native auth parts so far, but I'll pause here for now as I've collected several comments already XD
modules/ROOT/pages/authentication-authorization/auth-objects.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-objects.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-objects.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-objects.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
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.
Reviewing the review fixes
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
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.
Comments from the ldap page
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/ldap-integration.adoc
Outdated
Show resolved
Hide resolved
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.
Some comments around the version label, most of which are reminders to make sure it is the correct version before merging
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
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.
Comments on sso-integration
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/sso-integration.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-objects.adoc
Outdated
Show resolved
Hide resolved
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.
Found I forgot to post the comments on my review of the updates yesterday, did look over all the files I had previously looked at and added one more comment this morning but it might be a duplicate from yesterday (I didn't see it in the all commit view but I remember adding a comment like it at least so it might have either been on another row or the bit of code has moved or something between looking on yesterdays commits only and all commits 🤷)
modules/ROOT/pages/authentication-authorization/auth-providers.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-providers.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/auth-providers.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
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.
Comments from the last file, now all files have been looked at at least once
|
Hey @phil198, please let me know when this is ready for a review from my side. |
|
….adoc Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
Co-authored-by: Phil Wright <[email protected]>
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Therese Magnusson <[email protected]>
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
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.
And then we still need to update the SHOW CURRENT USER column table to also include that the password change required field is null if there is no native auth like we did for the SHOW USERS column table.
modules/ROOT/pages/authentication-authorization/manage-users.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Therese Magnusson <[email protected]>
|
Thanks for the documentation updates. The preview documentation has now been torn down - reopening this PR will republish it. |
This PR is for the examples and general description of the User Auth Providers feature. Its currently applicable to native auth, LDAP and OIDC.