Clarify preferredTokenSigningKeyThumbprint property - #10020
Open
jsoveral wants to merge 1 commit into
Open
Conversation
Updated the description of the preferredTokenSigningKeyThumbprint property to clarify its purpose and usage.
Contributor
|
Learn Build status updates of commit 3411d4b:
|
| |preferredSingleSignOnMode|string|Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, external, and oidc.| | ||
| |preferredTokenSigningKeyEndDateTime|DateTimeOffset|Specifies the expiration date of the keyCredential used for token signing, marked by **preferredTokenSigningKeyThumbprint**.| | ||
| |preferredTokenSigningKeyThumbprint|String|Reserved for internal use only. Don't write or otherwise rely on this property. May be removed in future versions. | | ||
| |preferredTokenSigningKeyThumbprint|String|Thumbprint of the keyCredentials certificate used to sign SAML tokens for this service principal; set with useCustomTokenSigningKey = true to activate or roll over the SAML SSO signing certificate.| |
Contributor
There was a problem hiding this comment.
Hello jsoveral, for clarity and alignment with the Microsoft Graph docs standards. Please update the description. Suggested revision:
Suggested change
| |preferredTokenSigningKeyThumbprint|String|Thumbprint of the keyCredentials certificate used to sign SAML tokens for this service principal; set with useCustomTokenSigningKey = true to activate or roll over the SAML SSO signing certificate.| | |
| |preferredTokenSigningKeyThumbprint|String|The thumbprint of the **keyCredentials** certificate used to sign SAML tokens for this service principal. To activate or roll over the SAML sign-on (SSO) signing certificate, set this property when **useCustomTokenSigningKey** is set to `true`.| |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the description of the preferredTokenSigningKeyThumbprint property to clarify its purpose and usage.
Important
Use the AI-powered workflow for Graph onboarding to author and self-review schema-related changes. See https://aka.ms/msgraphcdk for more information.
Required for API changes:
Add other supporting information, such as a description of the PR changes:
ADD INFORMATION HERE
Important
The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will manage the status.
After you've created your PR, expand this section for tips and additional instructions.
#feedback-addressedto the pull request.For more information, see the Content review process summary.