Skip to content

Commit b4b5728

Browse files
fix table (#109)
* Feature/google userinfo (#1) * commands added - first draft * parameter tables updated * examples added * Update README.md * Table of contents updated * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fixed broken tables * not multi part bode office365 * Create index.md * docs * Create static.yml * split docs * Create _config.yml * yml * Update README.md * picture * brs * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Delete _config.yml * host authentication * first draft * Update OAuth2Provider.md * Update OAuth2Provider.md * Update OAuth2Provider.md * getCalender & getEvent commands added * Feature/events create update delete (#3) * Added 7 commands + event object * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Office365.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * Update Google.md * fisrt update * Update Office365.md * Update Google.md * update 3 * update 4 * Update Office365.md * Update Google.md * Update Office365.md * link added * link moved * afterclosure --------- Co-authored-by: arnaud-4d <[email protected]> * Update README.md * Update Office365.md * removed docs * Create authorization.png * openid * Create JWT.md * Update README.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update JWT.md * Update OAuth2Provider.md * fix brs * Update README.md * Update OAuth2Provider.md * Update README.md * Update OAuth2Provider.md --------- Co-authored-by: mouna-elmaazouzi <[email protected]> Co-authored-by: mouna-elmaazouzi <[email protected]>
1 parent 704c874 commit b4b5728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Classes/OAuth2Provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The available properties of `paramObj` are:
6262
| loginHint | text | (Optional) This option can be used to inform the Google Authentication Server which user is attempting to authenticate if your application is aware of this information. By prefilling the email field in the sign-in form or by selecting the appropriate multi-login session, the server uses the hint to simplify the login flow either.<br/> Set the parameter value to a sub-identifier or email address that corresponds to the user's Google ID. |Yes|
6363
| name | text | Name of the provider. Available values: "Microsoft", "Google" or "" (if "" or undefined/null attribute, the authenticateURI and the tokenURI need to be filled by the 4D developer).|Yes|
6464
| nonce | text | Used for *openID* requests only. Value used to associate a client session with an `id_token`, to mitigate replay attacks. The value is passed through unmodified from the Authentication request to the `id_token`.|Yes|
65-
| permission | text |- "signedIn": Azure AD/Google will sign in the user and ensure they gave their consent for the permissions your app requests (opens a web browser).<br/>- service": the app calls [Microsoft Graph with its own identity](https://docs.microsoft.com/en-us/graph/auth-v2-servicean| false by default. If true, PKCE is used for OAuth 2.0 authentication and token requests and is only usable for permission="SignIn". |Yes|
65+
| permission | text |- "signedIn": Azure AD/Google will sign in the user and ensure they gave their consent for the permissions your app requests (opens a web browser).<br/>- service": the app calls [Microsoft Graph with its own identity](https://docs.microsoft.com/en-us/graph/auth-v2-servicean). False by default. If true, PKCE is used for OAuth 2.0 authentication and token requests and is only usable for permission="SignIn". |Yes|
6666
| PKCEMethod |text | "S256" by default. The only supported values for this parameter are "S256" or "plain". |Yes|
6767
| privateKey | text | Certificate private key. Only usable with permission="Service".<br/>(Google / service mode only) Private key given by Google. Mandatory if .permission="service" and .name="Google" | Yes (No for certificate based authentication)|
6868
| prompt | text |(Optional) A space-delimited, case-sensitive list of prompts to present the user.<br/><br/>Possible values are:<br/>- none: Do not display any authentication or consent screens. Must not be specified with other values.<br/>- consent: Prompt the user for consent.<br/>- select_account: Prompt the user to select an account.<br/>(if you don't specify this parameter, the user will be prompted only the first time your project requests access. )|Yes|

0 commit comments

Comments
 (0)