Skip to content

Commit 6e7b022

Browse files
authored
Corrected broken links in az.app ref docs (#22365)
Co-authored-by: Mike F. Robbins <[email protected]>
1 parent fa2ec7f commit 6e7b022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App/help/New-AzContainerAppAuthConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ To create the parameters described below, construct a hash table containing the
485485
- `[RegistrationClientSecretCertificateThumbprint <String>]`: An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as a replacement for the Client Secret. It is also optional.
486486
- `[RegistrationConsumerKey <String>]`: The OAuth 1.0a consumer key of the Twitter application used for sign-in. This setting is required for enabling Twitter Sign-In. Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
487487
- `[RegistrationConsumerSecretSettingName <String>]`: The app setting name that contains the OAuth 1.0a consumer secret of the Twitter application used for sign-in.
488-
- `[RegistrationOpenIdIssuer <String>]`: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://login.microsoftonline.com/v2.0/{tenant-guid}/. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
488+
- `[RegistrationOpenIdIssuer <String>]`: The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application. When using Azure Active Directory, this value is the URI of the directory tenant, e.g. `https://login.microsoftonline.com/v2.0/{tenant-guid}/`. This URI is a case-sensitive identifier for the token issuer. More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
489489
- `[TwitterEnabled <Boolean?>]`: <code>false</code> if the Twitter provider should not be enabled despite the set registration; otherwise, <code>true</code>.
490490

491491
## RELATED LINKS

src/App/help/New-AzContainerAppIdentityProviderObject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Accept wildcard characters: False
653653
### -RegistrationOpenIdIssuer
654654
The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
655655
When using Azure Active Directory, this value is the URI of the directory tenant, e.g.
656-
https://login.microsoftonline.com/v2.0/{tenant-guid}/.
656+
`https://login.microsoftonline.com/v2.0/{tenant-guid}/`.
657657
This URI is a case-sensitive identifier for the token issuer.
658658
More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html.
659659

0 commit comments

Comments
 (0)