0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

fix(console): add missing /api segment in SAML app SSO URL (#7027)

fix(console): add missing /api segment in SAML app SSO URL
This commit is contained in:
Darcy Ye 2025-02-13 12:14:13 +08:00 committed by GitHub
parent c36328ecb1
commit 096367ff5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
"@logto/console": patch
---
add missing `/api` segment in SAML application Single-sign-on service URL

View file

@ -253,6 +253,7 @@ function Settings({ data, mutateApplication, isDeleted }: Props) {
value={applyCustomDomain(
appendPath(
tenantEndpoint,
'/api',
samlApplicationEndpointPrefix,
data.id,
samlApplicationSingleSignOnEndpointSuffix