mirror of
https://github.com/wassname/talk.git
synced 2026-07-31 12:50:48 +08:00
[Next] Add auto redirect when there is a single enabled auth integration (#2422)
* Add auto redirect when there is a single enabled auth integration * fix: small syntax cleanup
This commit is contained in:
committed by
Wyatt Johnson
parent
14e225e26f
commit
1dba761b40
@@ -429,6 +429,13 @@ type SSOAuthIntegration {
|
||||
"""
|
||||
allowRegistration: Boolean!
|
||||
|
||||
"""
|
||||
redirectURL is the URL that the user should be redirected to in order to start
|
||||
an authentication flow with the given integration. This field is not stored,
|
||||
and is instead computed from the Tenant.
|
||||
"""
|
||||
redirectURL: String
|
||||
|
||||
"""
|
||||
targetFilter will restrict where the authentication integration should be
|
||||
displayed. If the value of targetFilter is null, then the authentication
|
||||
|
||||
Reference in New Issue
Block a user