Kyle Spearrin
cd926ca8f6
allow user registration for sso ( #865 )
5 years ago
Kyle Spearrin
4d8090d75e
Fix 2fa dictionary on identity response ( #863 )
5 years ago
Kyle Spearrin
783b4804ec
SSO support ( #862 )
...
* [SSO] Added change password API (#836 )
* Created API for updating password with no current comparison
* Changed name of method and request // Added user has password error flow
* Updated user service method name // Updated string null/empty check
* Replaced hardcoded sso domain hints with config loader (#850 )
* Replaced hardcoded sso domain hints with config loader
* use async/await for sso config loader
* Update AccountsController.cs
Co-authored-by: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com>
Co-authored-by: Matt Portune <mportune@bitwarden.com>
Co-authored-by: Matt Portune <59324545+mportune-bw@users.noreply.github.com>
5 years ago
Kyle Spearrin
056b4b9bf4
add api support for updating org identifier ( #861 )
...
* add api support for updating org identifier
* add identifier to response as well
* implement in EF repo
5 years ago
Addison Beck
c8220fdfa6
Plan And Price Updates ( #859 )
...
* Expanded the Plan model to make plan & product data a bit more dynamic
* Created a Product enum to track versioned instances of the same plan
* Created and API call and Response model for getting plan & product data from the server
5 years ago
Timo N
61b11e398b
Added netcup to global equivalent domains list ( #600 )
5 years ago
Chad Scharf
5878d1b0db
Ref event should be base64 encoded ( #853 )
5 years ago
Jeremy Lin
562082e9ca
Add a complete list of Eventbrite equivalent domains ( #851 )
...
This list was extracted using:
$ curl -s https://www.eventbrite.com/ |
tr '"' '\n' |
grep -o 'www\.eventbrite\.[^/]*' |
sed 's/www\.//' |
sort -u
5 years ago
Kyle Spearrin
004e3c58ee
added more client redirect uris for clis ( #849 )
5 years ago
Kyle Spearrin
44717b2d4c
remove non-verified eventbrite equivalent domains
5 years ago
Chad Scharf
b5ac20ec9f
Correct connection string for res queue ( #847 )
5 years ago
David Lemayian
ca224c1782
update welcome email download urls ( #844 )
...
* update welcome email download urls
Very cool service! Noticed the download urls in the welcome email didn't take me to the downloads. Hope this fixes it?
* Update Welcome.html.hbs
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
5 years ago
Kyle Spearrin
4df363aaa1
identityserver v4 cleanup ( #843 )
...
* v4 cleanup
* idToken
5 years ago
Kyle Spearrin
623cd36bd4
upgrade identity server 4 to v4 ( #842 )
...
* upgrade identity server 4 to v4
* remove script ref
5 years ago
Kyle Spearrin
22eb8316f2
bump docker version
5 years ago
Kyle Spearrin
f431b4ff67
version 1.36.1 bump
5 years ago
Kyle Spearrin
047c2ad3ab
comment out sso in nginx config
5 years ago
Kyle Spearrin
307ac437d5
remove sso container ref
5 years ago
Kyle Spearrin
cf303f2f97
catch errors when trying to resolve DNS ( #841 )
5 years ago
Kyle Spearrin
aa1665065d
add missing RedirectUris ( #840 )
5 years ago
Kyle Spearrin
68915a452e
missing go
5 years ago
Kyle Spearrin
c53e8cbf9d
return if org user has sso binding ( #839 )
5 years ago
Kyle Spearrin
2c4752f4ac
Sso user table, model and repo stubbed out ( #837 )
...
* Sso user table, model and repo stubbed out
* switch to nullable org id, bigint id
* update GetBySsoUserAsync
* cleanup migrator file
* fix EF user repo
* fix pg repo
* is `IS NULL` checks
* unique indexes
* update migration scripts
* add another unique index
* remove old script
5 years ago
Kyle Spearrin
69e8860767
Assign usepolicies when upgrading ( #838 )
5 years ago
Kyle Spearrin
ca52da8698
bump version
5 years ago
Kyle Spearrin
5de236f294
update libs
5 years ago
Addison Beck
229478adae
Feature.web.534.allow multi select in org vault ( #830 )
...
* Set up API methods for bulk admin delete
5 years ago
Matt Portune
51fd87df0b
Added UseSso bool to Organization ( #834 )
...
* Added UseSso bool to org
* Update fields in migration script
* bump version & check enabled flag on ssoConfig
5 years ago
Kyle Spearrin
7bf559b4b6
Return continuation token ( #833 )
5 years ago
Chad Scharf
83e9468502
Transition reference id to data ( #828 )
...
* Transition reference id to data
* field length and request model updates
5 years ago
Kyle Spearrin
036b402e9f
update ip IsInternal() to account for missed ranges ( #827 )
...
* update ip IsInternal() to account for missed ranges
* update with `::`
6 years ago
Kyle Spearrin
3b9f625bc1
run tool restore on linux build
6 years ago
Kyle Spearrin
998a56fc57
fix swagger artifact job name
6 years ago
Kyle Spearrin
a5d8c92c98
upload release assets
6 years ago
Kyle Spearrin
5037499c93
move swagger build to ubuntu
6 years ago
Kyle Spearrin
eb14268646
move cloc to its own job
6 years ago
Kyle Spearrin
13df738427
pass docker creds
6 years ago
Kyle Spearrin
a6860c22fd
update build
6 years ago
Kyle Spearrin
17849518fc
github action build script
6 years ago
François Van Ingelgom
aab6095073
Add support building from path that contains space ( #815 )
6 years ago
Kyle Spearrin
5892d52ed5
fix protocol
6 years ago
Kyle Spearrin
0d0c6c7167
sso integrations ( #822 )
...
* stub out hybrid sso
* support for PKCE authorization_code clients
* sso service urls
* sso client key
* abstract request validator
* support for verifying password
* custom AuthorizationCodeStore that does not remove codes
* cleanup
* comment
* created master password
* ResetMasterPassword
* rename Sso client to OidcIdentity
* update env builder
* bitwarden sso project in docker-compose
* sso path in nginx config
6 years ago
Chad Scharf
2742b414fd
reference event changes and cleanup ( #823 )
6 years ago
Vincent Salucci
a2b46daf59
Updated Kestrel application url to use IIS port ( #820 )
6 years ago
Matt Portune
92238eb0a9
Additional changes for enterprise portal sso config ( #819 )
...
* Additional changes for enterprise portal sso config
* Requested changes
* rename enum to Saml2
* Limit to one SSO config per org
6 years ago
Chad Scharf
5ecdc77d3f
Fix broken unit tests ( #816 )
6 years ago
Chad Scharf
d0d93a64ee
Reverse encouragement of self-signed cert ( #813 )
6 years ago
Kyle Spearrin
8a46fcd301
Resolve host to check for private IP address ( #812 )
6 years ago
Chad Scharf
7af50172e0
Reference event service implementation ( #811 )
...
* Reference event service implementation
* Fix IReferenceable implementation of Id
* add structure to event body
6 years ago
Vincent Salucci
b4524fbcb6
Added BusinessPortal property for use on client side ( #810 )
6 years ago