schema([ TextEntry::make('create_application') ->hiddenLabel() ->state(new HtmlString(Blade::render('

Create or select the one you will be using for authentication.

Select the Auth tab and set Authorized redirect URLs for your app to the value below.

'))), TextInput::make('_noenv_callback') ->label('Authorized redirect URL') ->dehydrated() ->disabled() ->hintCopy() ->default(fn () => url('/auth/oauth/callback/linkedin')), ]), ], parent::getSetupSteps()); } public function getIcon(): string { return 'tabler-brand-linkedin-f'; } public function getHexColor(): string { return '#0a66c2'; } }