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:
parent
c36328ecb1
commit
096367ff5f
2 changed files with 6 additions and 0 deletions
5
.changeset/gentle-rabbits-chew.md
Normal file
5
.changeset/gentle-rabbits-chew.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"@logto/console": patch
|
||||
---
|
||||
|
||||
add missing `/api` segment in SAML application Single-sign-on service URL
|
|
@ -253,6 +253,7 @@ function Settings({ data, mutateApplication, isDeleted }: Props) {
|
|||
value={applyCustomDomain(
|
||||
appendPath(
|
||||
tenantEndpoint,
|
||||
'/api',
|
||||
samlApplicationEndpointPrefix,
|
||||
data.id,
|
||||
samlApplicationSingleSignOnEndpointSuffix
|
||||
|
|
Loading…
Add table
Reference in a new issue