You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and good job on the plugin it is really convenient.
We have one keycloak instance that has 2 different DNS records - one for internal access and the other for external access, and we want the ability to do the discovery from the internal access but the redirect to the browser needs to be from the public access.
for example:
the discovery:
https:///auth/realms//.well-known/openid-configuration
and in the browser we want redirect to:
https:///auth/realms//protocol/openid-connect/auth?....
Is there possibility to add parameter in config for setting the public-uri or you have other idea?
Thanks
The text was updated successfully, but these errors were encountered:
Hello and good job on the plugin it is really convenient.
We have one keycloak instance that has 2 different DNS records - one for internal access and the other for external access, and we want the ability to do the discovery from the internal access but the redirect to the browser needs to be from the public access.
for example:
the discovery:
https:///auth/realms//.well-known/openid-configuration
and in the browser we want redirect to:
https:///auth/realms//protocol/openid-connect/auth?....
Is there possibility to add parameter in config for setting the public-uri or you have other idea?
Thanks
The text was updated successfully, but these errors were encountered: