Skip to content

Commit

Permalink
Upd: Mention ADFS 2016 with NameIDFormatError. (#242)
Browse files Browse the repository at this point in the history
* Upd: Mention ADFS 2016 with NameIDFormatError.

* Formatting
  • Loading branch information
cadesalaberry authored and markstos committed Nov 1, 2017
1 parent 631aaa7 commit a94fbfa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added docs/adfs/NameIDFormatError.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions docs/adfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,19 @@ module.exports = passport;

var server = http.createServer(app);
```
# Troubleshooting

## ADFS 2016

If you are setting up an ADFS 2016 server, you might run into the following issue with the previous settings:

```
An error occurred during an attempt to read the federation metadata. Verify that the specified URL or host name is a valid federation metadata endpoint.
Verify your proxy server setting. For more information about how to verify you proxy sever setting, see the AD FS Troubleshooting Guide http://go.microsoft.com/fwlink/?LinkId=182180).
Error message: EntityDescriptor 'acme_tools_com'. ID0014: The value 'NamelDFormat' must be an absolute URI.
```

![NamelDFormat Error Popup](./NameIDFormatError.jpg)

If you remove the `identifierFormat`, it works as expected.

0 comments on commit a94fbfa

Please sign in to comment.