mirror of
https://github.com/bitwarden/server.git
synced 2025-04-11 08:08:14 -05:00
add missing RedirectUris (#840)
This commit is contained in:
parent
68915a452e
commit
aa1665065d
@ -59,11 +59,14 @@ namespace Bit.Core.IdentityServer
|
|||||||
}
|
}
|
||||||
else if (id == "browser")
|
else if (id == "browser")
|
||||||
{
|
{
|
||||||
// TODO
|
RedirectUris = new[] { "https://localhost:8080/sso-connector.html" };
|
||||||
|
PostLogoutRedirectUris = new[] { "https://localhost:8080" };
|
||||||
|
AllowedCorsOrigins = new[] { "https://localhost:8080" };
|
||||||
}
|
}
|
||||||
else if (id == "cli")
|
else if (id == "cli")
|
||||||
{
|
{
|
||||||
// TODO
|
RedirectUris = new[] { "bitwardencli://sso-callback" };
|
||||||
|
PostLogoutRedirectUris = new[] { "bitwardencli://logged-out" };
|
||||||
}
|
}
|
||||||
else if (id == "mobile")
|
else if (id == "mobile")
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user