authentik-api 2026.8.0.rc1 → 2026.8.0.rc2

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: 6f17ebb484dbc8fb9f706b33fadb7d0e12cb8b7ce5487a59412b12bb811c2d36
4
- data.tar.gz: 4de9ef5b0e2e650ec9e13a7321530a3d8bbbe55c7abe7eace17cb65f9af1b2ad
3
+ metadata.gz: 72b7123e706b39c9e70b182ea7214e76d1212094a238104256538766c609a666
4
+ data.tar.gz: 317eb9e3f37ba12003d1359d9711338dcdf98f5c1fe9c71cc3d62cc435fe24c6
5
5
  SHA512:
6
- metadata.gz: 40f703d8b1a69478c592bad8c7f00ecbd7989788d3270575a69a0a02e85117b108835419076a907bc7da722dbc081b16421d4c3efafc90826a6c2a6b0aeadfd9
7
- data.tar.gz: 7e72e70a2c9c04e5af24218d72d6526357e9ba1ac2e5eec0c0d1747a779606f29f213ef60cfb26f49ac750c3f2253a6f6fa33a32d3d8796b4bd5caea44c6bbf9
6
+ metadata.gz: c694d8a93e970f1b32ffb709adc4cea6807dc1da7ea4444826f0e7717a9d51a08984125979554f274dfb2dd57c26b85b3f6181e3fb37b6da54bd20cb1ab8db8f
7
+ data.tar.gz: c6177b4bb232e0fcbf32f593deb88a2ce4489507bd0ace4358acd08c75c96175e9f90a903303ac8deb808dbdc41ea4fffa892d8a4b7f88264888de2c952a40ec
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.0-rc1
10
- - Package version: 2026.8.0.rc1
9
+ - API version: 2026.8.0-rc2
10
+ - Package version: 2026.8.0.rc2
11
11
  - Generator version: 7.25.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.0.rc1.gem
27
+ gem install ./authentik-api-2026.8.0.rc2.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./authentik-api-2026.8.0.rc1.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./authentik-api-2026.8.0.rc2.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.0.rc1'
36
+ gem 'authentik-api', '~> 2026.8.0.rc2'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -27,6 +27,9 @@ module Authentik::Api
27
27
 
28
28
  attr_accessor :branding_default_flow_background
29
29
 
30
+ # URL template for the vector tile source used by the events map. Supports XYZ templates with {z}, {x} and {y} placeholders, or pmtiles:// archive URLs. When empty, the frontend uses the bundled hexworld basemap. This value is part of the brand information served to unauthenticated clients; do not embed API keys or other credentials in it.
31
+ attr_accessor :branding_map_tiles
32
+
30
33
  attr_accessor :flow_authentication
31
34
 
32
35
  attr_accessor :flow_user_switch
@@ -67,6 +70,7 @@ module Authentik::Api
67
70
  :'branding_favicon' => :'branding_favicon',
68
71
  :'branding_custom_css' => :'branding_custom_css',
69
72
  :'branding_default_flow_background' => :'branding_default_flow_background',
73
+ :'branding_map_tiles' => :'branding_map_tiles',
70
74
  :'flow_authentication' => :'flow_authentication',
71
75
  :'flow_user_switch' => :'flow_user_switch',
72
76
  :'flow_invalidation' => :'flow_invalidation',
@@ -104,6 +108,7 @@ module Authentik::Api
104
108
  :'branding_favicon' => :'String',
105
109
  :'branding_custom_css' => :'String',
106
110
  :'branding_default_flow_background' => :'String',
111
+ :'branding_map_tiles' => :'String',
107
112
  :'flow_authentication' => :'String',
108
113
  :'flow_user_switch' => :'String',
109
114
  :'flow_invalidation' => :'String',
@@ -189,6 +194,10 @@ module Authentik::Api
189
194
  self.branding_default_flow_background = attributes[:'branding_default_flow_background']
190
195
  end
191
196
 
197
+ if attributes.key?(:'branding_map_tiles')
198
+ self.branding_map_tiles = attributes[:'branding_map_tiles']
199
+ end
200
+
192
201
  if attributes.key?(:'flow_authentication')
193
202
  self.flow_authentication = attributes[:'flow_authentication']
194
203
  end
@@ -304,6 +313,7 @@ module Authentik::Api
304
313
  branding_favicon == o.branding_favicon &&
305
314
  branding_custom_css == o.branding_custom_css &&
306
315
  branding_default_flow_background == o.branding_default_flow_background &&
316
+ branding_map_tiles == o.branding_map_tiles &&
307
317
  flow_authentication == o.flow_authentication &&
308
318
  flow_user_switch == o.flow_user_switch &&
309
319
  flow_invalidation == o.flow_invalidation &&
@@ -328,7 +338,7 @@ module Authentik::Api
328
338
  # Calculates hash code according to all attributes.
329
339
  # @return [Integer] Hash code
330
340
  def hash
331
- [brand_uuid, domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
341
+ [brand_uuid, domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, branding_map_tiles, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
332
342
  end
333
343
 
334
344
  # Builds the object from hash
@@ -25,6 +25,9 @@ module Authentik::Api
25
25
 
26
26
  attr_accessor :branding_default_flow_background
27
27
 
28
+ # URL template for the vector tile source used by the events map. Supports XYZ templates with {z}, {x} and {y} placeholders, or pmtiles:// archive URLs. When empty, the frontend uses the bundled hexworld basemap. This value is part of the brand information served to unauthenticated clients; do not embed API keys or other credentials in it.
29
+ attr_accessor :branding_map_tiles
30
+
28
31
  attr_accessor :flow_authentication
29
32
 
30
33
  attr_accessor :flow_user_switch
@@ -64,6 +67,7 @@ module Authentik::Api
64
67
  :'branding_favicon' => :'branding_favicon',
65
68
  :'branding_custom_css' => :'branding_custom_css',
66
69
  :'branding_default_flow_background' => :'branding_default_flow_background',
70
+ :'branding_map_tiles' => :'branding_map_tiles',
67
71
  :'flow_authentication' => :'flow_authentication',
68
72
  :'flow_user_switch' => :'flow_user_switch',
69
73
  :'flow_invalidation' => :'flow_invalidation',
@@ -100,6 +104,7 @@ module Authentik::Api
100
104
  :'branding_favicon' => :'String',
101
105
  :'branding_custom_css' => :'String',
102
106
  :'branding_default_flow_background' => :'String',
107
+ :'branding_map_tiles' => :'String',
103
108
  :'flow_authentication' => :'String',
104
109
  :'flow_user_switch' => :'String',
105
110
  :'flow_invalidation' => :'String',
@@ -179,6 +184,10 @@ module Authentik::Api
179
184
  self.branding_default_flow_background = attributes[:'branding_default_flow_background']
180
185
  end
181
186
 
187
+ if attributes.key?(:'branding_map_tiles')
188
+ self.branding_map_tiles = attributes[:'branding_map_tiles']
189
+ end
190
+
182
191
  if attributes.key?(:'flow_authentication')
183
192
  self.flow_authentication = attributes[:'flow_authentication']
184
193
  end
@@ -363,6 +372,7 @@ module Authentik::Api
363
372
  branding_favicon == o.branding_favicon &&
364
373
  branding_custom_css == o.branding_custom_css &&
365
374
  branding_default_flow_background == o.branding_default_flow_background &&
375
+ branding_map_tiles == o.branding_map_tiles &&
366
376
  flow_authentication == o.flow_authentication &&
367
377
  flow_user_switch == o.flow_user_switch &&
368
378
  flow_invalidation == o.flow_invalidation &&
@@ -387,7 +397,7 @@ module Authentik::Api
387
397
  # Calculates hash code according to all attributes.
388
398
  # @return [Integer] Hash code
389
399
  def hash
390
- [domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
400
+ [domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, branding_map_tiles, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
391
401
  end
392
402
 
393
403
  # Builds the object from hash
@@ -24,6 +24,8 @@ module Authentik::Api
24
24
 
25
25
  attr_accessor :branding_custom_css
26
26
 
27
+ attr_accessor :branding_map_tiles
28
+
27
29
  attr_accessor :ui_footer_links
28
30
 
29
31
  attr_accessor :ui_theme
@@ -82,6 +84,7 @@ module Authentik::Api
82
84
  :'branding_favicon' => :'branding_favicon',
83
85
  :'branding_favicon_themed_urls' => :'branding_favicon_themed_urls',
84
86
  :'branding_custom_css' => :'branding_custom_css',
87
+ :'branding_map_tiles' => :'branding_map_tiles',
85
88
  :'ui_footer_links' => :'ui_footer_links',
86
89
  :'ui_theme' => :'ui_theme',
87
90
  :'flow_authentication' => :'flow_authentication',
@@ -118,6 +121,7 @@ module Authentik::Api
118
121
  :'branding_favicon' => :'String',
119
122
  :'branding_favicon_themed_urls' => :'ThemedUrls',
120
123
  :'branding_custom_css' => :'String',
124
+ :'branding_map_tiles' => :'String',
121
125
  :'ui_footer_links' => :'Array<FooterLink>',
122
126
  :'ui_theme' => :'UiThemeEnum',
123
127
  :'flow_authentication' => :'String',
@@ -200,6 +204,12 @@ module Authentik::Api
200
204
  self.branding_custom_css = nil
201
205
  end
202
206
 
207
+ if attributes.key?(:'branding_map_tiles')
208
+ self.branding_map_tiles = attributes[:'branding_map_tiles']
209
+ else
210
+ self.branding_map_tiles = nil
211
+ end
212
+
203
213
  if attributes.key?(:'ui_footer_links')
204
214
  if (value = attributes[:'ui_footer_links']).is_a?(Array)
205
215
  self.ui_footer_links = value
@@ -288,6 +298,10 @@ module Authentik::Api
288
298
  invalid_properties.push('invalid value for "branding_custom_css", branding_custom_css cannot be nil.')
289
299
  end
290
300
 
301
+ if @branding_map_tiles.nil?
302
+ invalid_properties.push('invalid value for "branding_map_tiles", branding_map_tiles cannot be nil.')
303
+ end
304
+
291
305
  if @ui_footer_links.nil?
292
306
  invalid_properties.push('invalid value for "ui_footer_links", ui_footer_links cannot be nil.')
293
307
  end
@@ -316,6 +330,7 @@ module Authentik::Api
316
330
  return false if @branding_logo.nil?
317
331
  return false if @branding_favicon.nil?
318
332
  return false if @branding_custom_css.nil?
333
+ return false if @branding_map_tiles.nil?
319
334
  return false if @ui_footer_links.nil?
320
335
  return false if @ui_theme.nil?
321
336
  return false if @default_locale.nil?
@@ -373,6 +388,16 @@ module Authentik::Api
373
388
  @branding_custom_css = branding_custom_css
374
389
  end
375
390
 
391
+ # Custom attribute writer method with validation
392
+ # @param [Object] branding_map_tiles Value to be assigned
393
+ def branding_map_tiles=(branding_map_tiles)
394
+ if branding_map_tiles.nil?
395
+ fail ArgumentError, 'branding_map_tiles cannot be nil'
396
+ end
397
+
398
+ @branding_map_tiles = branding_map_tiles
399
+ end
400
+
376
401
  # Custom attribute writer method with validation
377
402
  # @param [Object] ui_footer_links Value to be assigned
378
403
  def ui_footer_links=(ui_footer_links)
@@ -425,6 +450,7 @@ module Authentik::Api
425
450
  branding_favicon == o.branding_favicon &&
426
451
  branding_favicon_themed_urls == o.branding_favicon_themed_urls &&
427
452
  branding_custom_css == o.branding_custom_css &&
453
+ branding_map_tiles == o.branding_map_tiles &&
428
454
  ui_footer_links == o.ui_footer_links &&
429
455
  ui_theme == o.ui_theme &&
430
456
  flow_authentication == o.flow_authentication &&
@@ -449,7 +475,7 @@ module Authentik::Api
449
475
  # Calculates hash code according to all attributes.
450
476
  # @return [Integer] Hash code
451
477
  def hash
452
- [matched_domain, branding_title, branding_logo, branding_logo_themed_urls, branding_favicon, branding_favicon_themed_urls, branding_custom_css, ui_footer_links, ui_theme, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_locale, flags].hash
478
+ [matched_domain, branding_title, branding_logo, branding_logo_themed_urls, branding_favicon, branding_favicon_themed_urls, branding_custom_css, branding_map_tiles, ui_footer_links, ui_theme, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_locale, flags].hash
453
479
  end
454
480
 
455
481
  # Builds the object from hash
@@ -24,6 +24,8 @@ module Authentik::Api
24
24
 
25
25
  attr_accessor :jwks
26
26
 
27
+ attr_accessor :dcr_registration
28
+
27
29
  # Attribute mapping from ruby-style variable name to JSON key.
28
30
  def self.attribute_map
29
31
  {
@@ -33,7 +35,8 @@ module Authentik::Api
33
35
  :'user_info' => :'user_info',
34
36
  :'provider_info' => :'provider_info',
35
37
  :'logout' => :'logout',
36
- :'jwks' => :'jwks'
38
+ :'jwks' => :'jwks',
39
+ :'dcr_registration' => :'dcr_registration'
37
40
  }
38
41
  end
39
42
 
@@ -56,13 +59,15 @@ module Authentik::Api
56
59
  :'user_info' => :'String',
57
60
  :'provider_info' => :'String',
58
61
  :'logout' => :'String',
59
- :'jwks' => :'String'
62
+ :'jwks' => :'String',
63
+ :'dcr_registration' => :'String'
60
64
  }
61
65
  end
62
66
 
63
67
  # List of attributes with nullable: true
64
68
  def self.openapi_nullable
65
69
  Set.new([
70
+ :'dcr_registration'
66
71
  ])
67
72
  end
68
73
 
@@ -123,6 +128,12 @@ module Authentik::Api
123
128
  else
124
129
  self.jwks = nil
125
130
  end
131
+
132
+ if attributes.key?(:'dcr_registration')
133
+ self.dcr_registration = attributes[:'dcr_registration']
134
+ else
135
+ self.dcr_registration = nil
136
+ end
126
137
  end
127
138
 
128
139
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -256,7 +267,8 @@ module Authentik::Api
256
267
  user_info == o.user_info &&
257
268
  provider_info == o.provider_info &&
258
269
  logout == o.logout &&
259
- jwks == o.jwks
270
+ jwks == o.jwks &&
271
+ dcr_registration == o.dcr_registration
260
272
  end
261
273
 
262
274
  # @see the `==` method
@@ -268,7 +280,7 @@ module Authentik::Api
268
280
  # Calculates hash code according to all attributes.
269
281
  # @return [Integer] Hash code
270
282
  def hash
271
- [issuer, authorize, token, user_info, provider_info, logout, jwks].hash
283
+ [issuer, authorize, token, user_info, provider_info, logout, jwks, dcr_registration].hash
272
284
  end
273
285
 
274
286
  # Builds the object from hash
@@ -25,6 +25,9 @@ module Authentik::Api
25
25
 
26
26
  attr_accessor :branding_default_flow_background
27
27
 
28
+ # URL template for the vector tile source used by the events map. Supports XYZ templates with {z}, {x} and {y} placeholders, or pmtiles:// archive URLs. When empty, the frontend uses the bundled hexworld basemap. This value is part of the brand information served to unauthenticated clients; do not embed API keys or other credentials in it.
29
+ attr_accessor :branding_map_tiles
30
+
28
31
  attr_accessor :flow_authentication
29
32
 
30
33
  attr_accessor :flow_user_switch
@@ -64,6 +67,7 @@ module Authentik::Api
64
67
  :'branding_favicon' => :'branding_favicon',
65
68
  :'branding_custom_css' => :'branding_custom_css',
66
69
  :'branding_default_flow_background' => :'branding_default_flow_background',
70
+ :'branding_map_tiles' => :'branding_map_tiles',
67
71
  :'flow_authentication' => :'flow_authentication',
68
72
  :'flow_user_switch' => :'flow_user_switch',
69
73
  :'flow_invalidation' => :'flow_invalidation',
@@ -100,6 +104,7 @@ module Authentik::Api
100
104
  :'branding_favicon' => :'String',
101
105
  :'branding_custom_css' => :'String',
102
106
  :'branding_default_flow_background' => :'String',
107
+ :'branding_map_tiles' => :'String',
103
108
  :'flow_authentication' => :'String',
104
109
  :'flow_user_switch' => :'String',
105
110
  :'flow_invalidation' => :'String',
@@ -177,6 +182,10 @@ module Authentik::Api
177
182
  self.branding_default_flow_background = attributes[:'branding_default_flow_background']
178
183
  end
179
184
 
185
+ if attributes.key?(:'branding_map_tiles')
186
+ self.branding_map_tiles = attributes[:'branding_map_tiles']
187
+ end
188
+
180
189
  if attributes.key?(:'flow_authentication')
181
190
  self.flow_authentication = attributes[:'flow_authentication']
182
191
  end
@@ -356,6 +365,7 @@ module Authentik::Api
356
365
  branding_favicon == o.branding_favicon &&
357
366
  branding_custom_css == o.branding_custom_css &&
358
367
  branding_default_flow_background == o.branding_default_flow_background &&
368
+ branding_map_tiles == o.branding_map_tiles &&
359
369
  flow_authentication == o.flow_authentication &&
360
370
  flow_user_switch == o.flow_user_switch &&
361
371
  flow_invalidation == o.flow_invalidation &&
@@ -380,7 +390,7 @@ module Authentik::Api
380
390
  # Calculates hash code according to all attributes.
381
391
  # @return [Integer] Hash code
382
392
  def hash
383
- [domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
393
+ [domain, default, branding_title, branding_logo, branding_favicon, branding_custom_css, branding_default_flow_background, branding_map_tiles, flow_authentication, flow_user_switch, flow_invalidation, flow_recovery, flow_unenrollment, flow_user_settings, flow_device_code, flow_lockdown, flow_request, default_application, web_certificate, client_certificates, attributes].hash
384
394
  end
385
395
 
386
396
  # 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.0.rc1'
9
+ VERSION = '2026.8.0.rc2'
10
10
  end
11
11
  end
@@ -63,6 +63,12 @@ describe Authentik::Api::BrandRequest do
63
63
  end
64
64
  end
65
65
 
66
+ describe 'test attribute "branding_map_tiles"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
66
72
  describe 'test attribute "flow_authentication"' do
67
73
  it 'should work' do
68
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -69,6 +69,12 @@ describe Authentik::Api::Brand do
69
69
  end
70
70
  end
71
71
 
72
+ describe 'test attribute "branding_map_tiles"' do
73
+ it 'should work' do
74
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
75
+ end
76
+ end
77
+
72
78
  describe 'test attribute "flow_authentication"' do
73
79
  it 'should work' do
74
80
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -63,6 +63,12 @@ describe Authentik::Api::CurrentBrand do
63
63
  end
64
64
  end
65
65
 
66
+ describe 'test attribute "branding_map_tiles"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
66
72
  describe 'test attribute "ui_footer_links"' do
67
73
  it 'should work' do
68
74
  # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
@@ -63,4 +63,10 @@ describe Authentik::Api::OAuth2ProviderSetupURLs do
63
63
  end
64
64
  end
65
65
 
66
+ describe 'test attribute "dcr_registration"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
66
72
  end
@@ -63,6 +63,12 @@ describe Authentik::Api::PatchedBrandRequest do
63
63
  end
64
64
  end
65
65
 
66
+ describe 'test attribute "branding_map_tiles"' do
67
+ it 'should work' do
68
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
69
+ end
70
+ end
71
+
66
72
  describe 'test attribute "flow_authentication"' do
67
73
  it 'should work' do
68
74
  # 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.0.rc1
4
+ version: 2026.8.0.rc2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Uhlig