forked from coop-cloud/keycloak
10 lines
247 B
Groff
10 lines
247 B
Groff
You'll need to remove `/auth/` from your app SSO URLs, e.g.
|
|
|
|
https://foo.example.com/auth/realms/foo/protocol/openid-connect/auth
|
|
|
|
Would become:
|
|
|
|
https://foo.example.com/realms/foo/protocol/openid-connect/auth
|
|
|
|
-- decentral1se @ Autonomic
|