简体   繁体   中英

Configure IIS authentication from another domain

Hi I have the following scenario: I have Web Application hosted on IIS and I am in domain abcom. The IIS is configured to authenticate the users with windows authentication and everyone that in the domain abcom can enter the site. But there are users that in another domain lets call it cdcom and they can't enter the site with their windows credentials because the IIS check against abcom...

How can I configure IIS to check for windows user in cdcom? Thanks!

Try below process.

  1. Go to (IIS) Manager.
  2. Right Click on Web-Application.
  3. Select Edit Permission option.
  4. Select Security tab.
  5. Click on Edit... button.
  6. Click on Add... button.
  7. Write your new user domain name
  8. Click OK
  9. select newly added User name from Group or user names:
  10. tick on Allow
  11. Click OK

-It should work

You need to set the identity of the application pool of that website:

  1. Open IIS
  2. Under "Application Pools" right click on your website's pool, choose "Advanced Settings..."
  3. Edit "Identity" field
  4. set "Custom account" credentials
  5. Recycle just in case

You application is now using the user you've configured.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM