-
Notifications
You must be signed in to change notification settings - Fork 18
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
adds query strings to IdP guides #1302
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@kenjenkins I've updated this to remove |
|
||
Unfortunately, Google does not yet support getting groups data using a custom claim. Groups must be loaded by using a plugin to fetch directory information (see Enterprise's Directory Sync). | ||
Unfortunately, Google doesn't support getting groups data with a custom claim. To get and use groups data from your Google directory, you must conduct a directory sync in the Enterprise Console. |
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.
I think I've mentioned this before, but "conduct a directory sync" makes this sound like a one-time event. I'd suggest we phrase this more like "enable directory sync" to help reflect that directory sync is a recurring process.
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.
I think this stems from a misunderstanding on my part of how directory sync works. I thought it was a one-time sync, I'll update. Thanks for catching that.
* updates auth0 and azure guides * adds querystring to idp guides * removes tabs from Google idp guide * runs prettier * runs prettier * fixes formatting issue * updates text
adds query strings to IdP guides (#1302) * updates auth0 and azure guides * adds querystring to idp guides * removes tabs from Google idp guide * runs prettier * runs prettier * fixes formatting issue * updates text Co-authored-by: zachary painter <60552605+ZPain8464@users.noreply.github.com>
This PR adds query strings to Tabs. Now, when you send a link that includes an anchor link within a Tab, the page will scroll to the correct location.
Note: I did add
queryString
to the Config and Envar Tabs, too. If you click one of these tabs, and then click another Tab in a separate block, with a query string, it will conjoin them. For example:Selecting
baz-a
and thenbar-b
would result in a string like:?foo-a=baz-a&foo-b=bar-b
. A real life example:/docs/identity-providers/github?configuration-settings=environment-variables&get-groups=directory-sync
It's entirely possible that user would unwittingly select both Tabs, which would break the functionality. I want the team's input, but maybe we should only add query strings to one tab block in a page going forward? Happy to document this internally.
Resolves #1288