Skip to content

Document inferred SSO provider defaults - #435

Open
welteki wants to merge 1 commit into
openfaas:masterfrom
welteki:update-sso-provider-defaults
Open

Document inferred SSO provider defaults#435
welteki wants to merge 1 commit into
openfaas:masterfrom
welteki:update-sso-provider-defaults

Update SSO commands for provider defaults

2c01ae4
Select commit
Loading
Failed to load commit list.
reviewfn / succeeded Jul 27, 2026 in 1m 27s

AI Code Review Results

AI Pull Request Overview

Disclaimer: This review was generated by automated AI and may contain errors. Do not trust its outputs without human verification.

Summary

  • Documentation-only PR updating SSO guidance for Google and Microsoft Entra.
  • Google faas-cli example is simplified to rely on inferred implicit-id grant and Google authority defaults.
  • Microsoft Entra faas-cli example is simplified to rely on the inferred http://localhost redirect host.
  • The changed sections align with the nearby setup steps for provider callback URLs.
  • No blocking correctness, rendering, reproducibility, or publish-quality findings were identified in the scoped diff.

Approval rating (1-10)

9/10. The updates are focused, clear, and consistent with the stated provider-specific defaults, with no blocking issues found in the changed content.

Summary per file

Summary per file
File path Summary
docs/openfaas-pro/sso/google.md Documents inferred Google faas-cli grant and authority defaults; simplifies example command.
docs/openfaas-pro/sso/microsoft-entra.md Documents inferred Entra redirect host default; removes redundant example flag.

Overall Assessment

The PR is safe to merge from a documentation review perspective. The edited sections improve the reader path by explaining which faas-cli values are inferred and by reducing command examples to the values users still need to provide. The examples remain consistent with the provider callback URLs described in each guide.

Detailed Review

Detailed Review

Content review

No blocking findings.

  • The title and scope of both pages still match the edited content: each page remains a provider-specific setup guide with a focused faas-cli subsection.
  • The Google update explains both inferred defaults and names the override flags, so readers can use the shorter command without losing the escape hatch for non-default behavior.
  • The Microsoft Entra update ties the inferred http://localhost redirect host directly to Entra's loopback-IP limitation, which preserves the reason behind the removed flag.
  • The command examples are concise and reproducible for the documented happy path because they leave only provider-specific values for readers to substitute.

AI agent details.

Agent processing time: 1m21.903s
Environment preparation time: 3.309s
Total time from webhook: 1m29.629s