authentik-api 2026.8.1 → 2026.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eb9446ad0683fb1f9ed1127cd597047d290f225d77e0664627e1ba948e8ea6b
4
- data.tar.gz: a2da054ca097f93280f66e2a48d13beaec15bd2ca4cc54f56b89bd61b46c77b3
3
+ metadata.gz: bc5ec01f775cca87eb75f663fde27ce8039fe5b4fa1c03632132c97b82fc0f90
4
+ data.tar.gz: a2ce84c0e599f82ed57928b27df7395dc15ac945a2a49b9e8fdb42cffcf065fa
5
5
  SHA512:
6
- metadata.gz: 037bdf553f4af95f631e1c84d99950b78f8195ca44115174f48528df5d3507e4b06cc51c710a67b8cd129901da7cae4e39cba94cf8c65cae2fba84b46eea0383
7
- data.tar.gz: b1b874970d96a317cd74f114aa31cebb262867f6ec9bbe2a59782e52886e6d3ffe3527e958cab2f46881179198b50e0ffdea2501fecdc65f7494f9b6904b8320
6
+ metadata.gz: ff9ee88cb18c11b69d6884056e482e73af76ec2ac2f79f04302f4455ef5cf655081e59b740648dd71d2fa45e42dd173725aa941e5ae56cdf5aa7f0802ad3ea14
7
+ data.tar.gz: bd49b4341d21f9fd674321522e5573cfa5e9b6750c5fa01dc7e5e240893e4f390d2f17744e9c4fd93046b1478a60c44872e5119db05981018fc44f2f7af53aea
data/README_API.md CHANGED
@@ -6,8 +6,8 @@ Making authentication simple.
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 2026.8.1
10
- - Package version: 2026.8.1
9
+ - API version: 2026.8.2
10
+ - Package version: 2026.8.2
11
11
  - Generator version: 7.26.0-SNAPSHOT
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
 
@@ -24,16 +24,16 @@ gem build authentik-api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./authentik-api-2026.8.1.gem
27
+ gem install ./authentik-api-2026.8.2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./authentik-api-2026.8.1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./authentik-api-2026.8.2.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'authentik-api', '~> 2026.8.1'
36
+ gem 'authentik-api', '~> 2026.8.2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -42,8 +42,6 @@ module Authentik::Api
42
42
 
43
43
  attr_accessor :username
44
44
 
45
- attr_accessor :password
46
-
47
45
  attr_accessor :use_tls
48
46
 
49
47
  attr_accessor :use_ssl
@@ -75,7 +73,6 @@ module Authentik::Api
75
73
  :'host' => :'host',
76
74
  :'port' => :'port',
77
75
  :'username' => :'username',
78
- :'password' => :'password',
79
76
  :'use_tls' => :'use_tls',
80
77
  :'use_ssl' => :'use_ssl',
81
78
  :'timeout' => :'timeout',
@@ -112,7 +109,6 @@ module Authentik::Api
112
109
  :'host' => :'String',
113
110
  :'port' => :'Integer',
114
111
  :'username' => :'String',
115
- :'password' => :'String',
116
112
  :'use_tls' => :'Boolean',
117
113
  :'use_ssl' => :'Boolean',
118
114
  :'timeout' => :'Integer',
@@ -214,10 +210,6 @@ module Authentik::Api
214
210
  self.username = attributes[:'username']
215
211
  end
216
212
 
217
- if attributes.key?(:'password')
218
- self.password = attributes[:'password']
219
- end
220
-
221
213
  if attributes.key?(:'use_tls')
222
214
  self.use_tls = attributes[:'use_tls']
223
215
  end
@@ -460,7 +452,6 @@ module Authentik::Api
460
452
  host == o.host &&
461
453
  port == o.port &&
462
454
  username == o.username &&
463
- password == o.password &&
464
455
  use_tls == o.use_tls &&
465
456
  use_ssl == o.use_ssl &&
466
457
  timeout == o.timeout &&
@@ -479,7 +470,7 @@ module Authentik::Api
479
470
  # Calculates hash code according to all attributes.
480
471
  # @return [Integer] Hash code
481
472
  def hash
482
- [pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, use_global_settings, host, port, username, password, use_tls, use_ssl, timeout, from_address, subject, token_expiry, template].hash
473
+ [pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, use_global_settings, host, port, username, use_tls, use_ssl, timeout, from_address, subject, token_expiry, template].hash
483
474
  end
484
475
 
485
476
  # Builds the object from hash
@@ -39,10 +39,6 @@ module Authentik::Api
39
39
 
40
40
  attr_accessor :account_sid
41
41
 
42
- attr_accessor :auth
43
-
44
- attr_accessor :auth_password
45
-
46
42
  attr_accessor :auth_type
47
43
 
48
44
  # When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
@@ -88,8 +84,6 @@ module Authentik::Api
88
84
  :'provider' => :'provider',
89
85
  :'from_number' => :'from_number',
90
86
  :'account_sid' => :'account_sid',
91
- :'auth' => :'auth',
92
- :'auth_password' => :'auth_password',
93
87
  :'auth_type' => :'auth_type',
94
88
  :'verify_only' => :'verify_only',
95
89
  :'mapping' => :'mapping'
@@ -121,8 +115,6 @@ module Authentik::Api
121
115
  :'provider' => :'ProviderEnum',
122
116
  :'from_number' => :'String',
123
117
  :'account_sid' => :'String',
124
- :'auth' => :'String',
125
- :'auth_password' => :'String',
126
118
  :'auth_type' => :'AuthTypeEnum',
127
119
  :'verify_only' => :'Boolean',
128
120
  :'mapping' => :'String'
@@ -223,16 +215,6 @@ module Authentik::Api
223
215
  self.account_sid = nil
224
216
  end
225
217
 
226
- if attributes.key?(:'auth')
227
- self.auth = attributes[:'auth']
228
- else
229
- self.auth = nil
230
- end
231
-
232
- if attributes.key?(:'auth_password')
233
- self.auth_password = attributes[:'auth_password']
234
- end
235
-
236
218
  if attributes.key?(:'auth_type')
237
219
  self.auth_type = attributes[:'auth_type']
238
220
  end
@@ -291,10 +273,6 @@ module Authentik::Api
291
273
  invalid_properties.push('invalid value for "account_sid", account_sid cannot be nil.')
292
274
  end
293
275
 
294
- if @auth.nil?
295
- invalid_properties.push('invalid value for "auth", auth cannot be nil.')
296
- end
297
-
298
276
  invalid_properties
299
277
  end
300
278
 
@@ -312,7 +290,6 @@ module Authentik::Api
312
290
  return false if @provider.nil?
313
291
  return false if @from_number.nil?
314
292
  return false if @account_sid.nil?
315
- return false if @auth.nil?
316
293
  true
317
294
  end
318
295
 
@@ -416,16 +393,6 @@ module Authentik::Api
416
393
  @account_sid = account_sid
417
394
  end
418
395
 
419
- # Custom attribute writer method with validation
420
- # @param [Object] auth Value to be assigned
421
- def auth=(auth)
422
- if auth.nil?
423
- fail ArgumentError, 'auth cannot be nil'
424
- end
425
-
426
- @auth = auth
427
- end
428
-
429
396
  # Checks equality by comparing each attribute.
430
397
  # @param [Object] Object to be compared
431
398
  def ==(o)
@@ -443,8 +410,6 @@ module Authentik::Api
443
410
  provider == o.provider &&
444
411
  from_number == o.from_number &&
445
412
  account_sid == o.account_sid &&
446
- auth == o.auth &&
447
- auth_password == o.auth_password &&
448
413
  auth_type == o.auth_type &&
449
414
  verify_only == o.verify_only &&
450
415
  mapping == o.mapping
@@ -459,7 +424,7 @@ module Authentik::Api
459
424
  # Calculates hash code according to all attributes.
460
425
  # @return [Integer] Hash code
461
426
  def hash
462
- [pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, provider, from_number, account_sid, auth, auth_password, auth_type, verify_only, mapping].hash
427
+ [pk, name, component, verbose_name, verbose_name_plural, meta_model_name, flow_set, configure_flow, friendly_name, provider, from_number, account_sid, auth_type, verify_only, mapping].hash
463
428
  end
464
429
 
465
430
  # Builds the object from hash
@@ -82,18 +82,12 @@ module Authentik::Api
82
82
  # Principal to authenticate to kadmin for sync.
83
83
  attr_accessor :sync_principal
84
84
 
85
- # Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual
86
- attr_accessor :sync_ccache
87
-
88
85
  # Get cached source connectivity
89
86
  attr_accessor :connectivity
90
87
 
91
88
  # Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname
92
89
  attr_accessor :spnego_server_name
93
90
 
94
- # Credential cache to use for SPNEGO in form type:residual
95
- attr_accessor :spnego_ccache
96
-
97
91
  # If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend
98
92
  attr_accessor :password_login_update_internal_password
99
93
 
@@ -152,10 +146,8 @@ module Authentik::Api
152
146
  :'sync_users' => :'sync_users',
153
147
  :'sync_users_password' => :'sync_users_password',
154
148
  :'sync_principal' => :'sync_principal',
155
- :'sync_ccache' => :'sync_ccache',
156
149
  :'connectivity' => :'connectivity',
157
150
  :'spnego_server_name' => :'spnego_server_name',
158
- :'spnego_ccache' => :'spnego_ccache',
159
151
  :'password_login_update_internal_password' => :'password_login_update_internal_password',
160
152
  :'sync_outgoing_trigger_mode' => :'sync_outgoing_trigger_mode'
161
153
  }
@@ -201,10 +193,8 @@ module Authentik::Api
201
193
  :'sync_users' => :'Boolean',
202
194
  :'sync_users_password' => :'Boolean',
203
195
  :'sync_principal' => :'String',
204
- :'sync_ccache' => :'String',
205
196
  :'connectivity' => :'Hash<String, String>',
206
197
  :'spnego_server_name' => :'String',
207
- :'spnego_ccache' => :'String',
208
198
  :'password_login_update_internal_password' => :'Boolean',
209
199
  :'sync_outgoing_trigger_mode' => :'SyncOutgoingTriggerModeEnum'
210
200
  }
@@ -371,10 +361,6 @@ module Authentik::Api
371
361
  self.sync_principal = attributes[:'sync_principal']
372
362
  end
373
363
 
374
- if attributes.key?(:'sync_ccache')
375
- self.sync_ccache = attributes[:'sync_ccache']
376
- end
377
-
378
364
  if attributes.key?(:'connectivity')
379
365
  if (value = attributes[:'connectivity']).is_a?(Hash)
380
366
  self.connectivity = value
@@ -387,10 +373,6 @@ module Authentik::Api
387
373
  self.spnego_server_name = attributes[:'spnego_server_name']
388
374
  end
389
375
 
390
- if attributes.key?(:'spnego_ccache')
391
- self.spnego_ccache = attributes[:'spnego_ccache']
392
- end
393
-
394
376
  if attributes.key?(:'password_login_update_internal_password')
395
377
  self.password_login_update_internal_password = attributes[:'password_login_update_internal_password']
396
378
  end
@@ -593,10 +575,8 @@ module Authentik::Api
593
575
  sync_users == o.sync_users &&
594
576
  sync_users_password == o.sync_users_password &&
595
577
  sync_principal == o.sync_principal &&
596
- sync_ccache == o.sync_ccache &&
597
578
  connectivity == o.connectivity &&
598
579
  spnego_server_name == o.spnego_server_name &&
599
- spnego_ccache == o.spnego_ccache &&
600
580
  password_login_update_internal_password == o.password_login_update_internal_password &&
601
581
  sync_outgoing_trigger_mode == o.sync_outgoing_trigger_mode
602
582
  end
@@ -610,7 +590,7 @@ module Authentik::Api
610
590
  # Calculates hash code according to all attributes.
611
591
  # @return [Integer] Hash code
612
592
  def hash
613
- [pk, name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, component, verbose_name, verbose_name_plural, meta_model_name, policy_engine_mode, user_matching_mode, managed, user_path_template, icon, icon_url, icon_themed_urls, group_matching_mode, realm, krb5_conf, kadmin_type, sync_users, sync_users_password, sync_principal, sync_ccache, connectivity, spnego_server_name, spnego_ccache, password_login_update_internal_password, sync_outgoing_trigger_mode].hash
593
+ [pk, name, slug, enabled, promoted, authentication_flow, enrollment_flow, user_property_mappings, group_property_mappings, component, verbose_name, verbose_name_plural, meta_model_name, policy_engine_mode, user_matching_mode, managed, user_path_template, icon, icon_url, icon_themed_urls, group_matching_mode, realm, krb5_conf, kadmin_type, sync_users, sync_users_password, sync_principal, connectivity, spnego_server_name, password_login_update_internal_password, sync_outgoing_trigger_mode].hash
614
594
  end
615
595
 
616
596
  # Builds the object from hash
@@ -39,8 +39,6 @@ module Authentik::Api
39
39
 
40
40
  attr_accessor :client_id
41
41
 
42
- attr_accessor :client_secret
43
-
44
42
  attr_accessor :tenant_id
45
43
 
46
44
  attr_accessor :exclude_users_service_account
@@ -99,7 +97,6 @@ module Authentik::Api
99
97
  :'verbose_name_plural' => :'verbose_name_plural',
100
98
  :'meta_model_name' => :'meta_model_name',
101
99
  :'client_id' => :'client_id',
102
- :'client_secret' => :'client_secret',
103
100
  :'tenant_id' => :'tenant_id',
104
101
  :'exclude_users_service_account' => :'exclude_users_service_account',
105
102
  :'filter_group' => :'filter_group',
@@ -136,7 +133,6 @@ module Authentik::Api
136
133
  :'verbose_name_plural' => :'String',
137
134
  :'meta_model_name' => :'String',
138
135
  :'client_id' => :'String',
139
- :'client_secret' => :'String',
140
136
  :'tenant_id' => :'String',
141
137
  :'exclude_users_service_account' => :'Boolean',
142
138
  :'filter_group' => :'String',
@@ -240,12 +236,6 @@ module Authentik::Api
240
236
  self.client_id = nil
241
237
  end
242
238
 
243
- if attributes.key?(:'client_secret')
244
- self.client_secret = attributes[:'client_secret']
245
- else
246
- self.client_secret = nil
247
- end
248
-
249
239
  if attributes.key?(:'tenant_id')
250
240
  self.tenant_id = attributes[:'tenant_id']
251
241
  else
@@ -318,10 +308,6 @@ module Authentik::Api
318
308
  invalid_properties.push('invalid value for "client_id", client_id cannot be nil.')
319
309
  end
320
310
 
321
- if @client_secret.nil?
322
- invalid_properties.push('invalid value for "client_secret", client_secret cannot be nil.')
323
- end
324
-
325
311
  if @tenant_id.nil?
326
312
  invalid_properties.push('invalid value for "tenant_id", tenant_id cannot be nil.')
327
313
  end
@@ -348,7 +334,6 @@ module Authentik::Api
348
334
  return false if @verbose_name_plural.nil?
349
335
  return false if @meta_model_name.nil?
350
336
  return false if @client_id.nil?
351
- return false if @client_secret.nil?
352
337
  return false if @tenant_id.nil?
353
338
  return false if !@sync_page_size.nil? && @sync_page_size > 2147483647
354
339
  return false if !@sync_page_size.nil? && @sync_page_size < 1
@@ -425,16 +410,6 @@ module Authentik::Api
425
410
  @client_id = client_id
426
411
  end
427
412
 
428
- # Custom attribute writer method with validation
429
- # @param [Object] client_secret Value to be assigned
430
- def client_secret=(client_secret)
431
- if client_secret.nil?
432
- fail ArgumentError, 'client_secret cannot be nil'
433
- end
434
-
435
- @client_secret = client_secret
436
- end
437
-
438
413
  # Custom attribute writer method with validation
439
414
  # @param [Object] tenant_id Value to be assigned
440
415
  def tenant_id=(tenant_id)
@@ -479,7 +454,6 @@ module Authentik::Api
479
454
  verbose_name_plural == o.verbose_name_plural &&
480
455
  meta_model_name == o.meta_model_name &&
481
456
  client_id == o.client_id &&
482
- client_secret == o.client_secret &&
483
457
  tenant_id == o.tenant_id &&
484
458
  exclude_users_service_account == o.exclude_users_service_account &&
485
459
  filter_group == o.filter_group &&
@@ -500,7 +474,7 @@ module Authentik::Api
500
474
  # Calculates hash code according to all attributes.
501
475
  # @return [Integer] Hash code
502
476
  def hash
503
- [pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, client_id, client_secret, tenant_id, exclude_users_service_account, filter_group, user_delete_action, group_delete_action, sync_page_size, discovery_enabled, sync_page_timeout, dry_run].hash
477
+ [pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, client_id, tenant_id, exclude_users_service_account, filter_group, user_delete_action, group_delete_action, sync_page_size, discovery_enabled, sync_page_timeout, dry_run].hash
504
478
  end
505
479
 
506
480
  # Builds the object from hash
@@ -42,9 +42,6 @@ module Authentik::Api
42
42
 
43
43
  attr_accessor :verify_certificates
44
44
 
45
- # Authentication token
46
- attr_accessor :token
47
-
48
45
  attr_accessor :auth_mode
49
46
 
50
47
  # OAuth Source used for authentication
@@ -121,7 +118,6 @@ module Authentik::Api
121
118
  :'meta_model_name' => :'meta_model_name',
122
119
  :'url' => :'url',
123
120
  :'verify_certificates' => :'verify_certificates',
124
- :'token' => :'token',
125
121
  :'auth_mode' => :'auth_mode',
126
122
  :'auth_oauth' => :'auth_oauth',
127
123
  :'auth_oauth_params' => :'auth_oauth_params',
@@ -165,7 +161,6 @@ module Authentik::Api
165
161
  :'meta_model_name' => :'String',
166
162
  :'url' => :'String',
167
163
  :'verify_certificates' => :'Boolean',
168
- :'token' => :'String',
169
164
  :'auth_mode' => :'SCIMAuthenticationModeEnum',
170
165
  :'auth_oauth' => :'String',
171
166
  :'auth_oauth_params' => :'Hash<String, Object>',
@@ -283,10 +278,6 @@ module Authentik::Api
283
278
  self.verify_certificates = attributes[:'verify_certificates']
284
279
  end
285
280
 
286
- if attributes.key?(:'token')
287
- self.token = attributes[:'token']
288
- end
289
-
290
281
  if attributes.key?(:'auth_mode')
291
282
  self.auth_mode = attributes[:'auth_mode']
292
283
  end
@@ -525,7 +516,6 @@ module Authentik::Api
525
516
  meta_model_name == o.meta_model_name &&
526
517
  url == o.url &&
527
518
  verify_certificates == o.verify_certificates &&
528
- token == o.token &&
529
519
  auth_mode == o.auth_mode &&
530
520
  auth_oauth == o.auth_oauth &&
531
521
  auth_oauth_params == o.auth_oauth_params &&
@@ -552,7 +542,7 @@ module Authentik::Api
552
542
  # Calculates hash code according to all attributes.
553
543
  # @return [Integer] Hash code
554
544
  def hash
555
- [pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, url, verify_certificates, token, auth_mode, auth_oauth, auth_oauth_params, auth_oauth_token_last_updated, auth_oauth_token_expires, auth_oauth_url_callback, auth_oauth_url_start, compatibility_mode, service_provider_config_cache_timeout, exclude_users_service_account, sync_page_size, sync_page_timeout, discovery_enabled, group_filters, dry_run].hash
545
+ [pk, name, property_mappings, property_mappings_group, component, assigned_backchannel_application_slug, assigned_backchannel_application_name, verbose_name, verbose_name_plural, meta_model_name, url, verify_certificates, auth_mode, auth_oauth, auth_oauth_params, auth_oauth_token_last_updated, auth_oauth_token_expires, auth_oauth_url_callback, auth_oauth_url_start, compatibility_mode, service_provider_config_cache_timeout, exclude_users_service_account, sync_page_size, sync_page_timeout, discovery_enabled, group_filters, dry_run].hash
556
546
  end
557
547
 
558
548
  # Builds the object from hash
@@ -6,6 +6,6 @@ Any manual changes will be lost when the OpenAPI scheme changes.
6
6
 
7
7
  module Authentik
8
8
  module Api
9
- VERSION = '2026.8.1'
9
+ VERSION = '2026.8.2'
10
10
  end
11
11
  end
@@ -99,12 +99,6 @@ describe Authentik::Api::AuthenticatorEmailStage do
99
99
  end
100
100
  end
101
101
 
102
- describe 'test attribute "password"' do
103
- it 'should work' do
104
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
- end
106
- end
107
-
108
102
  describe 'test attribute "use_tls"' do
109
103
  it 'should work' do
110
104
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -93,18 +93,6 @@ describe Authentik::Api::AuthenticatorSMSStage do
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "auth"' do
97
- it 'should work' do
98
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
- end
100
- end
101
-
102
- describe 'test attribute "auth_password"' do
103
- it 'should work' do
104
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
105
- end
106
- end
107
-
108
96
  describe 'test attribute "auth_type"' do
109
97
  it 'should work' do
110
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -183,12 +183,6 @@ describe Authentik::Api::KerberosSource do
183
183
  end
184
184
  end
185
185
 
186
- describe 'test attribute "sync_ccache"' do
187
- it 'should work' do
188
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
189
- end
190
- end
191
-
192
186
  describe 'test attribute "connectivity"' do
193
187
  it 'should work' do
194
188
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -201,12 +195,6 @@ describe Authentik::Api::KerberosSource do
201
195
  end
202
196
  end
203
197
 
204
- describe 'test attribute "spnego_ccache"' do
205
- it 'should work' do
206
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
207
- end
208
- end
209
-
210
198
  describe 'test attribute "password_login_update_internal_password"' do
211
199
  it 'should work' do
212
200
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -87,12 +87,6 @@ describe Authentik::Api::MicrosoftEntraProvider do
87
87
  end
88
88
  end
89
89
 
90
- describe 'test attribute "client_secret"' do
91
- it 'should work' do
92
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
- end
94
- end
95
-
96
90
  describe 'test attribute "tenant_id"' do
97
91
  it 'should work' do
98
92
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -93,12 +93,6 @@ describe Authentik::Api::SCIMProvider do
93
93
  end
94
94
  end
95
95
 
96
- describe 'test attribute "token"' do
97
- it 'should work' do
98
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
- end
100
- end
101
-
102
96
  describe 'test attribute "auth_mode"' do
103
97
  it 'should work' do
104
98
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: authentik-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 2026.8.1
4
+ version: 2026.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig