-
Notifications
You must be signed in to change notification settings - Fork 1k
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
2nd Remove adding credentials to Web.config #1767
base: main
Are you sure you want to change the base?
Conversation
@Rick-Anderson : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Learn Build status updates of commit ecf25e3: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
@GrabYourPitchforks @blowdart See Troubleshooting Forms Authentication here's a better PR |
</forms> | ||
</authentication> | ||
``` | ||
You can configure forms authentication by using the authentication configuration element. For instance, you have a login page. In the configuration file, you specify a URL to redirect unauthenticated requests to the login page. |
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.
Should we keep the sentence about defining credentials?
You can configure forms authentication by using the authentication configuration element. For instance, you have a login page. In the configuration file, you specify a URL to redirect unauthenticated requests to the login page. | |
You can configure forms authentication by using the authentication configuration element. For instance, you have a login page. In the configuration file, you specify a URL to redirect unauthenticated requests to the login page. Then define valid credentials, either in the *Web.config* file or in a separate file. |
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'd remove it. Aside from it being SHA1 (ha), it's such a bad practice why discuss it at all?
...veloper/webapps/iis/www-authentication-authorization/troubleshooting-forms-authentication.md
Show resolved
Hide resolved
</forms> | ||
</authentication> | ||
``` | ||
You can configure forms authentication by using the authentication configuration element. For instance, you have a login page. In the configuration file, you specify a URL to redirect unauthenticated requests to the login page. |
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.
As above, merging sentences.
</forms> | ||
</authentication> | ||
``` | ||
You can configure forms authentication by using the authentication configuration element. For instance, you have a login page. In the configuration file, you specify a URL to redirect unauthenticated requests to the login page. |
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'd remove it. Aside from it being SHA1 (ha), it's such a bad practice why discuss it at all?
...veloper/webapps/iis/www-authentication-authorization/troubleshooting-forms-authentication.md
Outdated
Show resolved
Hide resolved
…/troubleshooting-forms-authentication.md
Learn Build status updates of commit 109f7fe: ✅ Validation status: passed
For more details, please refer to the build report. For any questions, please:
|
See #1766
Pull request guidance
Thank you for submitting your contribution to our support content! Our team works closely with subject matter experts in CSS and PMs in the product group to review all content requests to ensure technical accuracy and the best customer experience. This process can sometimes take one or more days, so we greatly appreciate your patience.
We also need your help in order to process your request as soon as possible:
We won't act on your pull request (PR) until you type "#sign-off" in a new comment in your pull request (PR) to indicate that your changes are complete.
After you sign off in your PR, the article will be tech reviewed by the PM or SME if it has more than minor changes. Once the article is approved, it will undergo a final editing pass before being merged.