<%@ MasterClass="Application.Web.Layouts.Wizard" Theme="Baculum-v1"%>
<%=$this->Parent->ActiveStep->Title%>
getPage()->first_run === false ? 'class="button-prev-next"' : ''%>>
getPage()->first_run === false ? 'class="button-prev-next"' : ''%>>
getPage()->first_run === false ? 'class="button-prev-next"' : ''%>>

<%[ Baculum web interface requires to add at least one Baculum API instance with shared Catalog access. Please add API instance. ]%>

<%[ Authorization to Baculum API ]%>
<%[ Protocol: ]%>
<%=$this->AddNewHost->APIProtocol->SelectedValue%>
<%[ IP Address/Hostname: ]%>
<%=$this->AddNewHost->APIAddress->Text%>
<%[ Auth Type: ]%>
HTTP Basic
<%[ Port: ]%>
<%=$this->AddNewHost->APIPort->Text%>
<%[ API Login: ]%>
<%=$this->AddNewHost->APIBasicLogin->Text%>
<%[ API Password: ]%>
<%=preg_replace('/.{1}/', '*', $this->AddNewHost->APIBasicPassword->Text)%>
<%[ Auth Type: ]%>
OAuth2
<%[ OAuth2 Client ID: ]%>
<%=$this->AddNewHost->APIOAuth2ClientId->Text%>
<%[ OAuth2 Client Secret: ]%>
<%=preg_replace('/.{1}/', '*', $this->AddNewHost->APIOAuth2ClientSecret->Text)%>
<%[ OAuth2 Redirect URI: ]%>
<%=$this->AddNewHost->APIOAuth2RedirectURI->Text%>
<%[ OAuth2 Scope: ]%>
<%=$this->AddNewHost->APIOAuth2Scope->Text%>
<%[ Authorization to Baculum Web ]%>
<%[ Administration login: ]%>
<%=$this->WebLogin->Text%>
<%[ Administration password: ]%>
<%=preg_replace('/.{1}/', '*', $this->WebPassword->Text)%>