|
@@ -68,7 +68,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.callback_URL')}</label>
|
|
|
|
|
|
|
+ <label className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.callback_URL')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -95,7 +95,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
<h3 className="border-bottom">{t('security_settings.configuration')}</h3>
|
|
<h3 className="border-bottom">{t('security_settings.configuration')}</h3>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcProviderName" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.providerName')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcProviderName" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.providerName')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -108,7 +108,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcIssuerHost" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.issuerHost')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcIssuerHost" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.issuerHost')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -124,7 +124,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcClientId" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.clientID')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcClientId" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.clientID')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -140,7 +140,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcClientSecret" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.client_secret')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcClientSecret" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.client_secret')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -156,7 +156,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcAuthorizationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcAuthorizationEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.authorization_endpoint')}
|
|
{t('security_settings.authorization_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -174,7 +174,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcTokenEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.token_endpoint')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcTokenEndpoint" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.token_endpoint')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -190,7 +190,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcRevocationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcRevocationEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.revocation_endpoint')}
|
|
{t('security_settings.revocation_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -208,7 +208,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcIntrospectionEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcIntrospectionEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.introspection_endpoint')}
|
|
{t('security_settings.introspection_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -226,7 +226,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcUserInfoEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcUserInfoEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.userinfo_endpoint')}
|
|
{t('security_settings.userinfo_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -244,7 +244,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcEndSessionEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcEndSessionEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.end_session_endpoint')}
|
|
{t('security_settings.end_session_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -262,7 +262,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcRegistrationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
|
|
|
|
|
|
|
+ <label htmlFor="oidcRegistrationEndpoint" className="text-start text-md-right col-md-3 col-form-label">
|
|
|
{t('security_settings.registration_endpoint')}
|
|
{t('security_settings.registration_endpoint')}
|
|
|
</label>
|
|
</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
@@ -280,7 +280,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcJWKSUri" className="text-left text-md-right col-md-3 col-form-label">{t('security_settings.jwks_uri')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcJWKSUri" className="text-start text-md-right col-md-3 col-form-label">{t('security_settings.jwks_uri')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -300,7 +300,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</h3>
|
|
</h3>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcAttrMapId" className="text-left text-md-right col-md-3 col-form-label">Identifier</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcAttrMapId" className="text-start text-md-right col-md-3 col-form-label">Identifier</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -316,7 +316,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcAttrMapUserName" className="text-left text-md-right col-md-3 col-form-label">{t('username')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcAttrMapUserName" className="text-start text-md-right col-md-3 col-form-label">{t('username')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -332,7 +332,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcAttrMapName" className="text-left text-md-right col-md-3 col-form-label">{t('Name')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcAttrMapName" className="text-start text-md-right col-md-3 col-form-label">{t('Name')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -348,7 +348,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label htmlFor="oidcAttrMapEmail" className="text-left text-md-right col-md-3 col-form-label">{t('Email')}</label>
|
|
|
|
|
|
|
+ <label htmlFor="oidcAttrMapEmail" className="text-start text-md-right col-md-3 col-form-label">{t('Email')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -364,7 +364,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div className="row mb-5">
|
|
<div className="row mb-5">
|
|
|
- <label className="form-label text-left text-md-right col-md-3 col-form-label">{t('security_settings.callback_URL')}</label>
|
|
|
|
|
|
|
+ <label className="form-label text-start text-md-right col-md-3 col-form-label">{t('security_settings.callback_URL')}</label>
|
|
|
<div className="col-md-6">
|
|
<div className="col-md-6">
|
|
|
<input
|
|
<input
|
|
|
className="form-control"
|
|
className="form-control"
|
|
@@ -450,7 +450,7 @@ class OidcSecurityManagementContents extends React.Component {
|
|
|
<div style={{ minHeight: '300px' }}>
|
|
<div style={{ minHeight: '300px' }}>
|
|
|
<h4>
|
|
<h4>
|
|
|
<i className="icon-question" aria-hidden="true" />
|
|
<i className="icon-question" aria-hidden="true" />
|
|
|
- <a href="#collapseHelpForOidcOauth" data-toggle="collapse"> {t('security_settings.OAuth.how_to.oidc')}</a>
|
|
|
|
|
|
|
+ <a href="#collapseHelpForOidcOauth" data-bs-toggle="collapse"> {t('security_settings.OAuth.how_to.oidc')}</a>
|
|
|
</h4>
|
|
</h4>
|
|
|
<ol id="collapseHelpForOidcOauth" className="collapse">
|
|
<ol id="collapseHelpForOidcOauth" className="collapse">
|
|
|
<li>{t('security_settings.OAuth.OIDC.register_1')}</li>
|
|
<li>{t('security_settings.OAuth.OIDC.register_1')}</li>
|