Logo OTS Source
Oribi Tech OTS Signs Help
Sign In
OTSSigns/OTSSignsOrchestrator
2
0
Fork 0
You've already forked OTSSignsOrchestrator
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
150549a20d8b7bb43704e1159416595eb028ed16
OTSSignsOrchestrator/OTSSignsOrchestrator.Core/Models/DTOs/AuthentikKeypairItem.cs

16 lines
489 B
C#
Raw Normal View History

Refactor SAML configuration deployment and enhance Authentik integration - Removed SAML configuration deployment calls from PostInstanceInitService. - Updated DeploySamlConfigurationAsync to improve template fetching logic from Git and local directories. - Added Authentik flow and keypair models for better representation in the UI. - Enhanced SettingsViewModel to include Authentik settings with save and test functionality. - Updated UI to support Authentik configuration, including dropdowns for flows and keypairs. - Changed default CMS server name template to "app.ots-signs.com" across various files. - Improved password handling in SshDockerCliService for secure shell command execution. - Added new template file for settings-custom.php in the project structure.
2026-02-27 22:15:24 -05:00
namespace OTSSignsOrchestrator.Core.Models.DTOs;
/// <summary>
/// Represents an Authentik certificate keypair for display in the Settings UI.
/// </summary>
public class AuthentikKeypairItem
{
public string Pk { get; set; } = string.Empty;
public string Name { get; set; } = string.Empty;
/// <summary>Display text for ComboBox.</summary>
public string DisplayText => $"{Name} ({Pk[..Math.Min(8, Pk.Length)]})";
public override string ToString() => DisplayText;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 579ms Template: 45ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API