1Password / scim-examples

1Password SCIM Bridge deployment examples
https://support.1password.com/scim/
MIT License
148 stars 141 forks source link

Preparation Guide references deprecated port requirements #206

Closed ag-adampike closed 1 year ago

ag-adampike commented 2 years ago

This line in the Preparation Guide is out-of-date, since it references port 80, which is no longer requried as of v2.2.0:

https://github.com/1Password/scim-examples/blob/c134427568907a8e6a461fb2b75c9528a32403b8/PREPARATION.md?plain=1#L25

Versions ≥2.2.0 of 1Password SCIM bridge uses the TLS-ALPN-01 challenge, which requires port 443 exclusively.

ag-adampike commented 1 year ago

Resolved in #228.