diff --git a/samples/components/oauth/saphana.okta.xml b/samples/components/oauth/saphana.okta.xml
new file mode 100644
index 00000000..3b1362b8
--- /dev/null
+++ b/samples/components/oauth/saphana.okta.xml
@@ -0,0 +1,77 @@
+
+
+ saphana
+
+
+ custom_saphana_okta
+
+ Okta
+ $clientID
+ $clientSecret
+ http://localhost:56666/Callback
+ http://localhost:56667/Callback
+ http://localhost:56668/Callback
+ https://${yourOktaDomain}/oauth2/{authServerName}/v1/authorize
+ https://${yourOktaDomain}/oauth2/{authServerName}/v1/token
+
+ openid
+ email
+ profile
+ offline_access
+
+
+
+
+ OAUTH_CAP_FIXED_PORT_IN_CALLBACK_URL
+ true
+
+
+ OAUTH_CAP_PKCE_REQUIRES_CODE_CHALLENGE_METHOD
+ true
+
+
+ OAUTH_CAP_REQUIRE_PKCE
+ true
+
+
+ OAUTH_CAP_SUPPORTS_STATE
+ true
+
+
+ OAUTH_CAP_CLIENT_SECRET_IN_URL_QUERY_PARAM
+ true
+
+
+ OAUTH_CAP_SUPPORTS_GET_USERINFO_FROM_ID_TOKEN
+ true
+
+
+
+
+ ACCESSTOKEN
+ access_token
+
+
+ REFRESHTOKEN
+ refresh_token
+
+
+ access-token-issue-time
+ issued_at
+
+
+ access-token-expires-in
+ expires_in
+
+
+ id-token
+ id_token
+
+
+
+ username
+ preferred_username
+
+
+
+
diff --git a/samples/components/oauth/snowflake.azure.xml b/samples/components/oauth/snowflake.azure.xml
index 860fc423..371b49f0 100644
--- a/samples/components/oauth/snowflake.azure.xml
+++ b/samples/components/oauth/snowflake.azure.xml
@@ -51,7 +51,7 @@
OAUTH_CAP_FIXED_PORT_IN_CALLBACK_URL
- false
+ true