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
Instead of hardcoding the URLs of the endpoints in the lua file, we can use the URL <schema>://<host>:<port>/auth/realms/<realm>/.well-known/openid-configuration to discover the authorization, token and client registration endpoints.
Instead of hardcoding the URLs of the endpoints in the lua file, we can use the URL
<schema>://<host>:<port>/auth/realms/<realm>/.well-known/openid-configurationto discover the authorization, token and client registration endpoints.