Giovanni Vella
Giovanni Vella
#### Overview This PR adds support for PKCE in the OIDC connector. PKCE (Proof Key for Code Exchange) - [RFC 7636](https://www.rfc-editor.org/rfc/rfc7636) - is an extension to the [Authorization Code flow](https://oauth.net/2/grant-types/authorization-code/)...
## Summary This PR implements [Custom Tabs](https://developer.android.com/develop/ui/views/layout/webapps/overview-of-android-custom-tabs) instead of WebView for login. Using Custom Tabs instead of WebView offers several advantages: - Performance and Speed: Custom Tabs leverage the user's...
#### Overview Added config property to hide a connector in the login web page, for example if it should be used only for m2m. #### What this PR does /...
#### Overview This PR adds support for the OAuth 2.0 Authorization Server Metadata endpoint defined in [RFC 8414](https://www.rfc-editor.org/rfc/rfc8414). Alongside the existing OIDC discovery document, this PR exposes a dedicated well‑known...